summaryrefslogtreecommitdiff
path: root/editors/openoffice-1.0/files/patch-product+util+makefile.mk
diff options
context:
space:
mode:
authorMartin Blapp <mbr@FreeBSD.org>2002-03-02 21:41:34 +0000
committerMartin Blapp <mbr@FreeBSD.org>2002-03-02 21:41:34 +0000
commitc0bcf00e1bbd6fd33cfeed3b9612b2a5faeb39d1 (patch)
tree1a9f5e7ad35d941f79ae3e514df10ea9db17811d /editors/openoffice-1.0/files/patch-product+util+makefile.mk
parentUpdate to 0.4.5. (diff)
Another patchset from Carlos Fernando Assis Paniago <pan@cnpm.embrapa.br>
Notes
Notes: svn path=/head/; revision=55416
Diffstat (limited to 'editors/openoffice-1.0/files/patch-product+util+makefile.mk')
-rw-r--r--editors/openoffice-1.0/files/patch-product+util+makefile.mk29
1 files changed, 29 insertions, 0 deletions
diff --git a/editors/openoffice-1.0/files/patch-product+util+makefile.mk b/editors/openoffice-1.0/files/patch-product+util+makefile.mk
new file mode 100644
index 000000000000..0d2033b9a4b2
--- /dev/null
+++ b/editors/openoffice-1.0/files/patch-product+util+makefile.mk
@@ -0,0 +1,29 @@
+--- ../product/util/makefile.mk.orig Sat Mar 2 22:13:11 2002
++++ ../product/util/makefile.mk Sat Mar 2 22:14:13 2002
+@@ -111,6 +111,15 @@
+ ADDITIONAL_DLLS= \
+ $(DESTDIRDLL)$/stlport_vc6.dll \
+ $(DESTDIRDLL)$/w9xucwrp.dll
++.ELIF "$(OS)"=="FREEBSD"
++###########
++# FREEBSD
++###########
++DESTDIRBIN=$(DESTDIR)$/freebsd$/bin
++DESTDIRLIB=$(DESTDIR)$/freebsd$/lib
++DESTDIRDLL=$(DESTDIRLIB)
++STLPORTLIBNAME=libstlport_gcc.so
++BINDINGDLL=gcc2_uno
+ .ENDIF
+
+ .IF "$(STLPORTLIBNAME)" != ""
+@@ -360,8 +369,8 @@
+ $(GNUCOPY) -p $(DLLOUT)$/$(@:f) $@
+
+ $(DESTDIRDLL)$/%$(MY_VERSION_LINKPOSTFIX) : $(DESTDIRDLL)$/%$(MY_VERSION_DLLPOSTFIX) $(DIRLIST)
+- +ln -s $(@:f)$(MY_VERSION_LINKTARGETPOSTFIX) $@
+- +ln -s $(@:f)$(MY_VERSION_LINKTARGETPOSTFIX) $(@:db)
++ +ln -fs $(@:f)$(MY_VERSION_LINKTARGETPOSTFIX) $@
++ +ln -fs $(@:f)$(MY_VERSION_LINKTARGETPOSTFIX) $(@:db)
+
+ $(DESTDIRJAR)$/%.jar : $(BINOUT)$/%.jar $(DIRLIST)
+ $(GNUCOPY) -p $(BINOUT)$/$(@:f) $@