summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-3/files/patch-desktop+util+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.org-3/files/patch-desktop+util+makefile.mk
parentUpgrade to OO1.1 beta2. (diff)
Upgrade to OO1.1 beta2.
Diffstat (limited to 'editors/openoffice.org-3/files/patch-desktop+util+makefile.mk')
-rw-r--r--editors/openoffice.org-3/files/patch-desktop+util+makefile.mk20
1 files changed, 0 insertions, 20 deletions
diff --git a/editors/openoffice.org-3/files/patch-desktop+util+makefile.mk b/editors/openoffice.org-3/files/patch-desktop+util+makefile.mk
deleted file mode 100644
index 025d644a8077..000000000000
--- a/editors/openoffice.org-3/files/patch-desktop+util+makefile.mk
+++ /dev/null
@@ -1,20 +0,0 @@
---- ../desktop/util/makefile.mk.orig Fri Feb 14 14:43:59 2003
-+++ ../desktop/util/makefile.mk Wed Mar 5 20:54:04 2003
-@@ -102,7 +102,7 @@
-
- # --- Linken der Applikation ---------------------------------------
-
--.IF "$(OS)" == "LINUX"
-+.IF "$(OS)" == "LINUX" || "$(OS)" == "FREEBSD"
- # #74158# linux needs sal/vos/tools at end of link list, solaris needs it first,
- # winXX is handled like solaris for now
- APP1_STDPRE=
-@@ -139,7 +139,7 @@
- .ENDIF
-
- .IF "$(GUI)" == "UNX"
--.IF "$(OS)" == "LINUX"
-+.IF "$(OS)" == "LINUX" || "$(OS)" == "FREEBSD"
- APP1STDLIBS+= -lXext -lSM -lICE
- .ENDIF
- .ENDIF