summaryrefslogtreecommitdiff
path: root/editors/openoffice-1.1/files/patch-setup2+patch+makefile.mk
diff options
context:
space:
mode:
authorMartin Blapp <mbr@FreeBSD.org>2003-06-07 22:09:48 +0000
committerMartin Blapp <mbr@FreeBSD.org>2003-06-07 22:09:48 +0000
commit5191c1d5a85d6037d951f877eee67b94b669da7e (patch)
tree57007548daed9ef31884fdbe9398458989db24a3 /editors/openoffice-1.1/files/patch-setup2+patch+makefile.mk
parentUpgrade to OO1.1 beta2. (diff)
Upgrade to OO1.1 beta2.
Notes
Notes: svn path=/head/; revision=82477
Diffstat (limited to 'editors/openoffice-1.1/files/patch-setup2+patch+makefile.mk')
-rw-r--r--editors/openoffice-1.1/files/patch-setup2+patch+makefile.mk11
1 files changed, 0 insertions, 11 deletions
diff --git a/editors/openoffice-1.1/files/patch-setup2+patch+makefile.mk b/editors/openoffice-1.1/files/patch-setup2+patch+makefile.mk
deleted file mode 100644
index 53846a8bdfc9..000000000000
--- a/editors/openoffice-1.1/files/patch-setup2+patch+makefile.mk
+++ /dev/null
@@ -1,11 +0,0 @@
---- ../setup2/patch/makefile.mk.orig Sun Jul 21 00:21:46 2002
-+++ ../setup2/patch/makefile.mk Sun Jul 21 00:21:52 2002
-@@ -92,7 +92,7 @@
- .IF "$(OS)"=="SOLARIS"
- STATIC_LIBS+= -Bdynamic -lnsl -lsocket -lposix4
- .ENDIF
--.IF "$(OS)"=="LINUX"
-+.IF "$(OS)"=="LINUX" || "$(OS)"=="FREEBSD"
- STATIC_LIBS+= -Bdynamic -lcrypt
- .ENDIF
- .ELSE