diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2008-02-24 03:11:57 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2008-02-24 03:11:57 +0000 |
commit | fa4a943c17e47bf910596a414fd7287983350b9b (patch) | |
tree | dc76cec18a505befc330e612e0a56bf1caa5ca49 /editors/openoffice-3/files/patch-i80003 | |
parent | - Fix manpage pointing to correct PREFIX for binary and conf (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_7_0_0'.release/7.0.0
Diffstat (limited to 'editors/openoffice-3/files/patch-i80003')
-rw-r--r-- | editors/openoffice-3/files/patch-i80003 | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/editors/openoffice-3/files/patch-i80003 b/editors/openoffice-3/files/patch-i80003 deleted file mode 100644 index 453610348c91..000000000000 --- a/editors/openoffice-3/files/patch-i80003 +++ /dev/null @@ -1,22 +0,0 @@ -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" |