summaryrefslogtreecommitdiff
path: root/editors/openoffice/files/patch-sal::util::makefile.mk
diff options
context:
space:
mode:
authorMartin Blapp <mbr@FreeBSD.org>2002-03-05 23:41:48 +0000
committerMartin Blapp <mbr@FreeBSD.org>2002-03-05 23:41:48 +0000
commitca4d5e4600384e558fc94dc46cedd25b21b1ac19 (patch)
treeae69b35554f488ca937c6a2a5c977a50eb71b4e1 /editors/openoffice/files/patch-sal::util::makefile.mk
parentFix patch paths (diff)
Exclude three additional map buildings which are breaking the build
Notes
Notes: svn path=/head/; revision=55608
Diffstat (limited to 'editors/openoffice/files/patch-sal::util::makefile.mk')
-rw-r--r--editors/openoffice/files/patch-sal::util::makefile.mk12
1 files changed, 12 insertions, 0 deletions
diff --git a/editors/openoffice/files/patch-sal::util::makefile.mk b/editors/openoffice/files/patch-sal::util::makefile.mk
new file mode 100644
index 000000000000..41b798faabfb
--- /dev/null
+++ b/editors/openoffice/files/patch-sal::util::makefile.mk
@@ -0,0 +1,12 @@
+--- ../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"