freebsd-ports/editors/openoffice/files/patch-sc::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
282 B
Makefile

--- ../sc/util/makefile.mk.orig Mon Mar 11 21:48:24 2002
+++ ../sc/util/makefile.mk Wed Apr 3 01:06:57 2002
@@ -105,7 +105,9 @@
# --- StarClac DLL
SHL1TARGET= sc$(UPD)$(DLLPOSTFIX)
+.IF "$(OS)"!="FREEBSD"
SHL1VERSIONMAP= sc.map
+.ENDIF
SHL1IMPLIB= sci
.IF "$(GUI)"=="UNX"