diff options
Diffstat (limited to 'editors/openoffice.org-2-RC/files/patch-cppu::util::makefile.mk')
-rw-r--r-- | editors/openoffice.org-2-RC/files/patch-cppu::util::makefile.mk | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/editors/openoffice.org-2-RC/files/patch-cppu::util::makefile.mk b/editors/openoffice.org-2-RC/files/patch-cppu::util::makefile.mk new file mode 100644 index 000000000000..3b98552a36c6 --- /dev/null +++ b/editors/openoffice.org-2-RC/files/patch-cppu::util::makefile.mk @@ -0,0 +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 + ++.IF "$(OS)"!="FREEBSD" + SHL1VERSIONMAP= $(TARGET).map ++.ENDIF + + DEF1NAME= $(SHL1TARGET) + #DEF1EXPORTFILE= exports.dxp |