diff options
author | maho <maho@FreeBSD.org> | 2009-06-25 19:46:55 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2009-06-25 19:46:55 +0800 |
commit | 0ef0ee89299a5821255f7a173029cd184aca5493 (patch) | |
tree | 1cce95942c0a799ff1315e8ff66ba081c51dc79c | |
parent | f6b88be6e822240f1379ada78a0861b542efa1c1 (diff) | |
download | freebsd-ports-gnome-0ef0ee89299a5821255f7a173029cd184aca5493.tar.gz freebsd-ports-gnome-0ef0ee89299a5821255f7a173029cd184aca5493.tar.zst freebsd-ports-gnome-0ef0ee89299a5821255f7a173029cd184aca5493.zip |
Forgot to add patch.
-rw-r--r-- | editors/openoffice.org-3-RC/files/patch-i102679 | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/editors/openoffice.org-3-RC/files/patch-i102679 b/editors/openoffice.org-3-RC/files/patch-i102679 new file mode 100644 index 000000000000..bfeb707f2e02 --- /dev/null +++ b/editors/openoffice.org-3-RC/files/patch-i102679 @@ -0,0 +1,30 @@ +will be fixed in OOO310_m14 + +--- sdext/source/pdfimport/xpdfwrapper/pnghelper.cxx.orig 2009-06-11 18:24:02.000000000 +0100 ++++ sdext/source/pdfimport/xpdfwrapper/pnghelper.cxx 2009-06-11 18:24:13.000000000 +0100 +@@ -30,7 +30,11 @@ + + #include "pnghelper.hxx" + +-#include "zlib/zlib.h" ++#ifdef SYSTEM_ZLIB ++#include "zlib.h" ++#else ++#include <zlib/zlib.h> ++#endif + + using namespace pdfi; + +--- sdext/source/pdfimport/xpdfwrapper/makefile.mk.orig 2009-06-11 18:24:29.000000000 +0100 ++++ sdext/source/pdfimport/xpdfwrapper/makefile.mk 2009-06-11 18:24:46.000000000 +0100 +@@ -41,6 +41,10 @@ + + .INCLUDE: settings.mk + ++.IF "$(SYSTEM_ZLIB)" == "YES" ++CFLAGS+=-DSYSTEM_ZLIB ++.ENDIF ++ + .IF "$(ENABLE_PDFIMPORT)" == "NO" + @all: + @echo "PDF Import extension disabled." |