summaryrefslogtreecommitdiff
path: root/moz
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2005-12-14 07:38:13 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2005-12-14 07:38:13 +0000
commitda6447917faac40e0ad6239ca0d39111f54f5b9f (patch)
treeff073ae95b4f05204b5f8d0dd1b4fcb43aa86d91 /moz
parent830a1fc9a84153e58dbeb0628c8c6a937422aa79 (diff)
#i10000# '-l X11' - found here as locally modified, just checking in. Who did that change?
Diffstat (limited to 'moz')
-rw-r--r--moz/makefile.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/moz/makefile.mk b/moz/makefile.mk
index 455ef4061c51..371d7d90bfb4 100644
--- a/moz/makefile.mk
+++ b/moz/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.5 $
+# $Revision: 1.6 $
#
-# last change: $Author: rt $ $Date: 2005-09-07 19:59:19 $
+# last change: $Author: rt $ $Date: 2005-12-14 08:38:13 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -61,7 +61,7 @@ DISABLE_MOZ_EXECUTABLE=TRUE
.IF "$(SYSBASE)"!="" && "$(OS)" == "LINUX"
CFLAGS:=-isystem $(SYSBASE)/usr/include
-LDFLAGS:=-L$(SYSBASE)/lib -L$(SYSBASE)/usr/lib
+LDFLAGS:=-L$(SYSBASE)/lib -L$(SYSBASE)/usr/lib -LX11
SYSBASE_X11:=--x-includes=$(SYSBASE)/usr/include/X11 --x-libraries=$(SYSBASE)/usr/X11R6/lib
.EXPORT : CFLAGS LDFLAGS
.ENDIF # "$(SYSBASE)"!="" && "$(OS)" == "LINUX"