summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-02-02 18:33:55 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-02-02 18:33:55 +0000
commita43cbfeb4c4fce92ac8e1f7647f672c48bb0c924 (patch)
tree48425ed3f6a8c29a65cef7a65495ab87bd0b109c /extensions
parent336b1d6f82a57048a5fdea6f16fab8a39fb10b54 (diff)
INTEGRATION: CWS geordi2q14 (1.4.132); FILE MERGED
2004/01/29 15:36:07 hr 1.4.132.1: #111934#: merge CWS ooo111fix2
Diffstat (limited to 'extensions')
-rw-r--r--extensions/source/plugin/unx/makefile.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/extensions/source/plugin/unx/makefile.mk b/extensions/source/plugin/unx/makefile.mk
index a6399ea5bdd9..e5f6ea273fbc 100644
--- a/extensions/source/plugin/unx/makefile.mk
+++ b/extensions/source/plugin/unx/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.4 $
+# $Revision: 1.5 $
#
-# last change: $Author: vg $ $Date: 2003-05-28 12:38:12 $
+# last change: $Author: hr $ $Date: 2004-02-02 19:33:55 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -91,7 +91,7 @@ APP1STDLIBS=\
.IF "$(OS)"=="SOLARIS" || "$(OS)"=="SCO" || "$(OS)"=="HPUX"
APP1STDLIBS+=-lXm -lXt -lXext -lX11 -ldl
.ELSE
-.IF "$(OS)"=="FREEBSD"
+.IF "$(OS)"=="FREEBSD" || "$(OS)"=="NETBSD"
APP1STDLIBS+=-lXaw -lXt -lXext -lX11
.ELSE
APP1STDLIBS+=-lXaw -lXt -lXext -lX11 -ldl