freebsd-ports/editors/openoffice/files/patch-sal::util::makefile.mk
Martin Blapp a31c45a0b4 Upgrade to build 641d. More work is necessary to make the build compile.
There are still at least two different gcc bugs in our compiler, one
issue has already been found by Alexander Kabaev <ak03@gte.com>. He's
working on fixing the other.
2002-04-02 23:48:28 +00:00

13 lines
287 B
Makefile

--- ../sal/util/makefile.mk.orig Sun Mar 17 12:51:30 2002
+++ ../sal/util/makefile.mk Wed Apr 3 01:04:34 2002
@@ -117,7 +117,9 @@
SHL1TARGET= $(TARGET)
SHL1IMPLIB= i$(TARGET)
+.IF "$(OS)"!="FREEBSD"
SHL1VERSIONMAP= $(TARGET).map
+.ENDIF
.IF "$(GUI)"=="WNT"
.IF "$(COM)"!="GCC"