diff options
Diffstat (limited to 'editors/openoffice.org-2-devel/files/patch-i80003')
-rw-r--r-- | editors/openoffice.org-2-devel/files/patch-i80003 | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/editors/openoffice.org-2-devel/files/patch-i80003 b/editors/openoffice.org-2-devel/files/patch-i80003 new file mode 100644 index 00000000000..453610348c9 --- /dev/null +++ b/editors/openoffice.org-2-devel/files/patch-i80003 @@ -0,0 +1,22 @@ +correct patch by jkim +http://www.openoffice.org/nonav/issues/showattachment.cgi/47084/patch-i80003 +will be go into cws obo15. + +Index: libxslt/makefile.mk +=================================================================== +RCS file: /cvs/external/libxslt/makefile.mk,v +retrieving revision 1.7 +diff -u -r1.7 makefile.mk +--- libxslt/makefile.mk 19 Jul 2007 11:21:19 -0000 1.7 ++++ libxslt/makefile.mk 24 Jul 2007 20:33:55 -0000 +@@ -96,6 +96,10 @@ + BUILD_DIR=$(CONFIGURE_DIR) + .ENDIF + ++.IF "$(OS)"=="FREEBSD" ++xslt_LDFLAGS+=-L$(SOLARLIBDIR) ++.ENDIF ++ + OUT2INC=libxslt$/*.h + + .IF "$(OS)"=="MACOSX" |