summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-3-RC/files
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2009-06-25 11:46:55 +0000
committerMaho Nakata <maho@FreeBSD.org>2009-06-25 11:46:55 +0000
commitf0f86348a944e49deef001812da007f22ea71a27 (patch)
tree6b672b2c16ce1c928f149b9bba04369bf13e4f3a /editors/openoffice.org-3-RC/files
parentReally install extensions. (diff)
Forgot to add patch.
Notes
Notes: svn path=/head/; revision=236617
Diffstat (limited to 'editors/openoffice.org-3-RC/files')
-rw-r--r--editors/openoffice.org-3-RC/files/patch-i10267930
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."