summaryrefslogtreecommitdiff
path: root/editors/openoffice-1.0/files/patch-tools+bootstrp+static.mk
diff options
context:
space:
mode:
Diffstat (limited to 'editors/openoffice-1.0/files/patch-tools+bootstrp+static.mk')
-rw-r--r--editors/openoffice-1.0/files/patch-tools+bootstrp+static.mk20
1 files changed, 0 insertions, 20 deletions
diff --git a/editors/openoffice-1.0/files/patch-tools+bootstrp+static.mk b/editors/openoffice-1.0/files/patch-tools+bootstrp+static.mk
deleted file mode 100644
index edc1e226b8a3..000000000000
--- a/editors/openoffice-1.0/files/patch-tools+bootstrp+static.mk
+++ /dev/null
@@ -1,20 +0,0 @@
-Index: tools/bootstrp/static.mk
-===================================================================
-RCS file: /cvs/util/tools/bootstrp/Attic/static.mk,v
-retrieving revision 1.14.6.1
-diff -u -r1.14.6.1 static.mk
---- tools/bootstrp/static.mk 17 Dec 2002 15:10:48 -0000 1.14.6.1
-+++ tools/bootstrp/static.mk 28 Jul 2005 11:29:46 -0000
-@@ -154,10 +154,11 @@
- .IF "$(OS)"=="SOLARIS"
- STATIC_LIBS += -lnsl -lsocket -lposix4 -lc
- .ENDIF
--.IF "$(OS)"=="LINUX"
-+.IF "$(OS)"=="LINUX" || "$(OS)"=="FREEBSD"
- STATIC_LIBS += -lsupc++ -lX11 -lXext
- .ENDIF
-
-+
- # -----------------------------------------------------------
-
- .ELSE