freebsd-ports/editors/openoffice-3/files/patch-sal::util::makefile.mk

13 lines
287 B
Makefile
Raw Normal View History

--- ../sal/util/makefile.mk.orig Tue Mar 5 21:36:23 2002
+++ ../sal/util/makefile.mk Tue Mar 5 21:36:44 2002
@@ -113,7 +113,9 @@
SHL1TARGET= $(TARGET)
SHL1IMPLIB= i$(TARGET)
+.IF "$(OS)"!="FREEBSD"
SHL1VERSIONMAP= $(TARGET).map
+.ENDIF
.IF "$(GUI)"=="WNT"
.IF "$(COM)"!="GCC"