diff options
author | Martin Blapp <mbr@FreeBSD.org> | 2002-10-21 08:57:17 +0000 |
---|---|---|
committer | Martin Blapp <mbr@FreeBSD.org> | 2002-10-21 08:57:17 +0000 |
commit | fb89e9b697585fc9977b488719536866ec4a4e14 (patch) | |
tree | 31749f632a8b91b25441b7239c6b397169f54572 /editors/openoffice-1.0/files/patch-desktop::util::makefile.mk | |
parent | Phoenix is a fast, minimal browser from the Mozilla project. This port (diff) |
All patches have been repocopied to use + as separator and not "::".
Diffstat (limited to 'editors/openoffice-1.0/files/patch-desktop::util::makefile.mk')
-rw-r--r-- | editors/openoffice-1.0/files/patch-desktop::util::makefile.mk | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/editors/openoffice-1.0/files/patch-desktop::util::makefile.mk b/editors/openoffice-1.0/files/patch-desktop::util::makefile.mk deleted file mode 100644 index 8ceb57682cc7..000000000000 --- a/editors/openoffice-1.0/files/patch-desktop::util::makefile.mk +++ /dev/null @@ -1,20 +0,0 @@ ---- ../desktop/util/makefile.mk.orig Sun Jul 21 00:04:35 2002 -+++ ../desktop/util/makefile.mk Sun Jul 21 00:04:38 2002 -@@ -81,7 +81,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= -@@ -111,7 +111,7 @@ - $(SALHELPERLIB) - - .IF "$(GUI)" == "UNX" --.IF "$(OS)" == "LINUX" -+.IF "$(OS)" == "LINUX" || "$(OS)" == "FREEBSD" - - APP1STDLIBS+= -lXext -lSM -lICE - |