diff options
author | Martin Blapp <mbr@FreeBSD.org> | 2002-03-02 19:15:00 +0000 |
---|---|---|
committer | Martin Blapp <mbr@FreeBSD.org> | 2002-03-02 19:15:00 +0000 |
commit | f7dbd92f23bcad2a3cd986ccb5ee4c987a3549c8 (patch) | |
tree | e9d274bf60ce39987914d448506953fc2aad3888 /editors/openoffice.org-2.0-devel/files/patch-chaos::util::makefile.mk | |
parent | 9604fa36af5283f0da2e711f686f8c2e762ad91e (diff) | |
download | ports-f7dbd92f23bcad2a3cd986ccb5ee4c987a3549c8.tar.gz ports-f7dbd92f23bcad2a3cd986ccb5ee4c987a3549c8.zip |
Add patches merged from NetBSD and from other sources
Notes
Notes:
svn path=/head/; revision=55408
Diffstat (limited to 'editors/openoffice.org-2.0-devel/files/patch-chaos::util::makefile.mk')
-rw-r--r-- | editors/openoffice.org-2.0-devel/files/patch-chaos::util::makefile.mk | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/openoffice.org-2.0-devel/files/patch-chaos::util::makefile.mk b/editors/openoffice.org-2.0-devel/files/patch-chaos::util::makefile.mk new file mode 100644 index 000000000000..77dcd12cd410 --- /dev/null +++ b/editors/openoffice.org-2.0-devel/files/patch-chaos::util::makefile.mk @@ -0,0 +1,11 @@ +--- ../chaos/util/makefile.mk.orig Sat Mar 2 18:09:33 2002 ++++ ../chaos/util/makefile.mk Sat Mar 2 18:09:18 2002 +@@ -100,7 +100,7 @@ + + SHL1TARGET= cnt$(UPD)$(DLLPOSTFIX) + SHL1IMPLIB= i$(TARGET) +-.IF "$(OS)"=="MACOSX" ++.IF "$(OS)"=="MACOSX" || "$(OS)"=="FREEBSD" + #SHL1VERSIONMAP= exports.$(DLLPOSTFIX).map + .ELSE + SHL1VERSIONMAP= exports.map |