summaryrefslogtreecommitdiff
path: root/editors/openoffice-3-devel/files/patch-external+gcc3_specific+makefile.mk
diff options
context:
space:
mode:
Diffstat (limited to 'editors/openoffice-3-devel/files/patch-external+gcc3_specific+makefile.mk')
-rw-r--r--editors/openoffice-3-devel/files/patch-external+gcc3_specific+makefile.mk18
1 files changed, 0 insertions, 18 deletions
diff --git a/editors/openoffice-3-devel/files/patch-external+gcc3_specific+makefile.mk b/editors/openoffice-3-devel/files/patch-external+gcc3_specific+makefile.mk
deleted file mode 100644
index 6b8071f4030e..000000000000
--- a/editors/openoffice-3-devel/files/patch-external+gcc3_specific+makefile.mk
+++ /dev/null
@@ -1,18 +0,0 @@
---- ../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