diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:07:31 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:07:31 +0000 |
commit | edaebb65d92a48d7075c8c1f64c5ffd87054827b (patch) | |
tree | 045c941e1851cde1665bea22d97a2976b7a5bb69 /debian/patches/dragonbox-1.1.3.diff | |
parent | Adding upstream version 4:7.4.7. (diff) | |
download | libreoffice-edaebb65d92a48d7075c8c1f64c5ffd87054827b.tar.xz libreoffice-edaebb65d92a48d7075c8c1f64c5ffd87054827b.zip |
Adding debian version 4:7.4.7-1+deb12u1.debian/4%7.4.7-1+deb12u1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-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])], []) |