Index: head/editors/openoffice.org-3-RC/files/patch-i102679 =================================================================== --- head/editors/openoffice.org-3-RC/files/patch-i102679 (nonexistent) +++ head/editors/openoffice.org-3-RC/files/patch-i102679 (revision 236617) @@ -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 ++#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." Property changes on: head/editors/openoffice.org-3-RC/files/patch-i102679 ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property