diff options
Diffstat (limited to 'editors/openoffice.org-3-RC/files/patch-cppu::util::makefile.mk')
-rw-r--r-- | editors/openoffice.org-3-RC/files/patch-cppu::util::makefile.mk | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/editors/openoffice.org-3-RC/files/patch-cppu::util::makefile.mk b/editors/openoffice.org-3-RC/files/patch-cppu::util::makefile.mk index 3b98552a36c6..0157a34167b5 100644 --- a/editors/openoffice.org-3-RC/files/patch-cppu::util::makefile.mk +++ b/editors/openoffice.org-3-RC/files/patch-cppu::util::makefile.mk @@ -1,12 +1,12 @@ ---- ../cppu/util/makefile.mk.orig Sat Mar 2 21:05:22 2002 -+++ ../cppu/util/makefile.mk Sat Mar 2 21:05:43 2002 -@@ -87,7 +87,9 @@ - SHL1IMPLIB= i$(TARGET) - SHL1DEF= $(MISC)$/$(SHL1TARGET).def +--- ../cppu/util/makefile.mk.orig Fri Nov 9 10:14:31 2001 ++++ ../cppu/util/makefile.mk Mon Mar 11 13:35:07 2002 +@@ -89,7 +89,9 @@ + SHL1IMPLIB=i$(TARGET) + SHL1DEF=$(MISC)$/$(SHL1TARGET).def +.IF "$(OS)"!="FREEBSD" - SHL1VERSIONMAP= $(TARGET).map + SHL1VERSIONMAP=$(TARGET).map +.ENDIF - DEF1NAME= $(SHL1TARGET) - #DEF1EXPORTFILE= exports.dxp + DEF1NAME=$(SHL1TARGET) + |