diff options
Diffstat (limited to 'editors/openoffice-2.0-devel/files/patch-inet::util::makefile.mk')
-rw-r--r-- | editors/openoffice-2.0-devel/files/patch-inet::util::makefile.mk | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/openoffice-2.0-devel/files/patch-inet::util::makefile.mk b/editors/openoffice-2.0-devel/files/patch-inet::util::makefile.mk new file mode 100644 index 000000000000..cbbeb2e86e5e --- /dev/null +++ b/editors/openoffice-2.0-devel/files/patch-inet::util::makefile.mk @@ -0,0 +1,11 @@ +--- ../util/makefile.mk.orig Sat Mar 2 21:17:20 2002 ++++ ../inet/util/makefile.mk Sat Mar 2 21:17:42 2002 +@@ -116,7 +116,7 @@ + + SHL1TARGET= $(TARGET)$(UPD)$(DLLPOSTFIX) + SHL1IMPLIB= $(TARGET) +-.IF "$(OS)"=="MACOSX" ++.IF "$(OS)"=="MACOSX" || "$(OS)"=="FREEBSD" + #SHL1VERSIONMAP= $(TARGET).$(DLLPOSTFIX).map + .ELSE + SHL1VERSIONMAP= $(TARGET).map |