diff options
Diffstat (limited to 'debian/patches/dragonbox-1.1.3.diff')
-rw-r--r-- | debian/patches/dragonbox-1.1.3.diff | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/debian/patches/dragonbox-1.1.3.diff b/debian/patches/dragonbox-1.1.3.diff new file mode 100644 index 000000000..1bcbe58d1 --- /dev/null +++ b/debian/patches/dragonbox-1.1.3.diff @@ -0,0 +1,13 @@ +diff --git a/configure.ac b/configure.ac +index f6937648fe2d..6ccf3bcccf24 100644 +--- a/configure.ac ++++ b/configure.ac +@@ -10626,7 +10670,7 @@ if test "$with_system_dragonbox" = "yes"; then + AC_LANG_PUSH([C++]) + save_CPPFLAGS=$CPPFLAGS + # This is where upstream installs to, unfortunately no .pc or so... +- DRAGONBOX_CFLAGS=-I/usr/include/dragonbox-1.0.0 ++ DRAGONBOX_CFLAGS=-I/usr/include/dragonbox-1.1.3 + CPPFLAGS="$CPPFLAGS $DRAGONBOX_CFLAGS" + AC_CHECK_HEADER([dragonbox/dragonbox.h], [], + [AC_MSG_ERROR([dragonbox/dragonbox.h not found. install dragonbox])], []) |