summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-1.0/files/patch-product+util+makefile.mk
diff options
context:
space:
mode:
Diffstat (limited to 'editors/openoffice.org-1.0/files/patch-product+util+makefile.mk')
-rw-r--r--editors/openoffice.org-1.0/files/patch-product+util+makefile.mk34
1 files changed, 0 insertions, 34 deletions
diff --git a/editors/openoffice.org-1.0/files/patch-product+util+makefile.mk b/editors/openoffice.org-1.0/files/patch-product+util+makefile.mk
deleted file mode 100644
index e52b0a4ea6ef..000000000000
--- a/editors/openoffice.org-1.0/files/patch-product+util+makefile.mk
+++ /dev/null
@@ -1,34 +0,0 @@
---- ../product/util/makefile.mk.orig Tue Jun 11 17:09:39 2002
-+++ ../product/util/makefile.mk Mon Jul 15 15:54:13 2002
-@@ -137,13 +137,6 @@
- DESTDIRDLL=$(DESTDIRLIB)
- STLPORTLIBNAME=libstlport_gcc.so
- BINDINGDLL=$(COMNAME)_uno
--.IF "$(COMID)"=="gcc3"
--ADDITIONAL_DLLS= \
-- $(DESTDIRDLL)$/libgcc_s.so.1 \
-- $(DESTDIRDLL)$/libgcc_s.so \
-- $(DESTDIRDLL)$/libstdc++.so.3 \
-- $(DESTDIRDLL)$/libstdc++.so.3.0.1
--.ENDIF
-
- .ELIF "$(OS)"=="NETBSD"
- ###########
-@@ -498,6 +491,7 @@
- #---------------------------------------------------------
- # special targets for linux gcc3
-
-+.IF "$(OS)"=="LINUX"
- .IF "$(CCNUMVER)">="000300010000"
-
- $(DESTDIRDLL)$/libstdc++.so.4.0.0 : $(DLLOUT)$/libstdc++.so.4.0.0 $(DIRLIST)
-@@ -526,6 +520,9 @@
- $(DESTDIRDLL)$/libgcc_s.so : $(DESTDIRDLL)$/libgcc_s.so.1 $(DIRLIST)
- -rm -f $@
- +ln -s libgcc_s.so.1 $@
-+
-+.ENDIF
-+
- #-------------------------------------------------------------
-
- $(DESTDIRJAR)$/%.jar : $(BINOUT)$/%.jar $(DIRLIST)