summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-2-devel/files/patch-external+gcc3_specific+makefile.mk
diff options
context:
space:
mode:
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.mk14
1 files changed, 7 insertions, 7 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
index 6b8071f4030e..73786761322e 100644
--- 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
@@ -1,18 +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"
+--- ../external/gcc3_specific/makefile.mk.orig Sat May 31 22:43:57 2003
++++ ../external/gcc3_specific/makefile.mk Sat May 31 22:43:59 2003
+@@ -11,6 +11,7 @@
.IF "$(OS)"!="MACOSX"
+ .IF "$(OS)"!="IRIX"
+.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 @@
+ all : $(SOLARLIBDIR)$/libstdc++.so.$(SHORTSTDCPP3) $(SOLARLIBDIR)$/libgcc_s.so.1 $(SOLARLIBDIR)$/libgcc_s.so
+@@ -26,6 +27,7 @@
-rm -f $@
+ln -s libgcc_s.so.1 $@
+.ENDIF
.ENDIF
+ .ENDIF
- .ENDIF