summaryrefslogtreecommitdiff
path: root/desktop/util
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2009-09-24 10:03:21 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2009-09-24 10:03:21 +0000
commit923321f210abd37d86c0d2439cce697376c730da (patch)
tree56a89a74d6f38ce713c588d75513d0fb99e83462 /desktop/util
parente8f1371ddfe5d0865cc1a34834bba062d02e6047 (diff)
#i10000# linux Xext missing symbol fix
Diffstat (limited to 'desktop/util')
-rw-r--r--desktop/util/makefile.mk11
1 files changed, 6 insertions, 5 deletions
diff --git a/desktop/util/makefile.mk b/desktop/util/makefile.mk
index 3712e49e983b..0338ea404df1 100644
--- a/desktop/util/makefile.mk
+++ b/desktop/util/makefile.mk
@@ -119,11 +119,11 @@ APP1STDLIBS = \
$(VOSLIB)
-#.IF "$(GUI)" == "UNX"
-#.IF "$(OS)" == "LINUX" || "$(OS)" == "FREEBSD"
-#APP1STDLIBS+= -lXext -lSM -lICE
-#.ENDIF
-#.ENDIF
+.IF "$(GUI)" == "UNX"
+.IF "$(OS)" == "LINUX" || "$(OS)" == "FREEBSD"
+APP1STDLIBS+= -lXext
+.ENDIF
+.ENDIF
APP1DEPN= $(APP1RES) verinfo.rc
@@ -182,6 +182,7 @@ APP5STDLIBS = \
$(VOSLIB)
#.IF "$(OS)" == "LINUX"
+APP5STDLIBS+= -lXext
#APP5STDLIBS+= -lXext -lSM -lICE
#.ENDIF # LINUX