summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-2-devel/files/patch-external+gcc3_specific+makefile.mk
diff options
context:
space:
mode:
authorMartin Blapp <mbr@FreeBSD.org>2003-03-05 23:24:06 +0000
committerMartin Blapp <mbr@FreeBSD.org>2003-03-05 23:24:06 +0000
commiteeb175d38d569e3cc778faaa3f27ebe4bdd702df (patch)
treea094cbc50c2c3d2c487ddd7d879c055855d226e2 /editors/openoffice.org-2-devel/files/patch-external+gcc3_specific+makefile.mk
parentAdd py-orbit2. (diff)
Update to 1.1 beta. Work in progress.
de-pkg-comment
Notes
Notes: svn path=/head/; revision=76992
Diffstat (limited to 'editors/openoffice.org-2-devel/files/patch-external+gcc3_specific+makefile.mk')
-rw-r--r--editors/openoffice.org-2-devel/files/patch-external+gcc3_specific+makefile.mk18
1 files changed, 18 insertions, 0 deletions
diff --git a/editors/openoffice.org-2-devel/files/patch-external+gcc3_specific+makefile.mk b/editors/openoffice.org-2-devel/files/patch-external+gcc3_specific+makefile.mk
new file mode 100644
index 000000000000..6b8071f4030e
--- /dev/null
+++ b/editors/openoffice.org-2-devel/files/patch-external+gcc3_specific+makefile.mk
@@ -0,0 +1,18 @@
+--- ../external/gcc3_specific/makefile.mk.orig Wed Mar 5 23:01:32 2003
++++ ../external/gcc3_specific/makefile.mk Wed Mar 5 23:01:59 2003
+@@ -10,6 +10,7 @@
+ .IF "$(COMID)"=="gcc3"
+
+ .IF "$(OS)"!="MACOSX"
++.IF "$(OS)"!="FREEBSD"
+
+
+ all : $(SOLARLIBDIR)$/libstdc++.so.$(LIBSTDCPP3) $(SOLARLIBDIR)$/libgcc_s.so.1 $(SOLARLIBDIR)$/libstdc++.so.$(SHORTSTDCPP3) $(SOLARLIBDIR)$/libgcc_s.so
+@@ -29,6 +30,7 @@
+ -rm -f $@
+ +ln -s libgcc_s.so.1 $@
+
++.ENDIF
+ .ENDIF
+
+ .ENDIF