From 3d50188d4edbf49f35ec491ad037af029c8add6f Mon Sep 17 00:00:00 2001 From: mbr Date: Wed, 31 Jul 2002 10:24:12 +0000 Subject: Use the same libs to link with as linux does. --- .../files/patch-desktop+util+makefile.mk | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 editors/openoffice-3-devel/files/patch-desktop+util+makefile.mk (limited to 'editors/openoffice-3-devel/files') diff --git a/editors/openoffice-3-devel/files/patch-desktop+util+makefile.mk b/editors/openoffice-3-devel/files/patch-desktop+util+makefile.mk new file mode 100644 index 000000000000..8ceb57682cc7 --- /dev/null +++ b/editors/openoffice-3-devel/files/patch-desktop+util+makefile.mk @@ -0,0 +1,20 @@ +--- ../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 + -- cgit