summaryrefslogtreecommitdiff
path: root/crashrep
diff options
context:
space:
mode:
authorHans-Joachim Lankenau <hjs@openoffice.org>2003-08-18 14:12:27 +0000
committerHans-Joachim Lankenau <hjs@openoffice.org>2003-08-18 14:12:27 +0000
commit8dad75f1f4f378fbbcd76754cce5dc08d0ef8636 (patch)
treececbdf428faf5f3d751adf5b4c4aef2c47531a0f /crashrep
parentf17a27a1c330303f52f1d992dc9ea7382e29de04 (diff)
INTEGRATION: CWS geordi2q01 (1.7.12); FILE MERGED
2003/08/18 12:48:29 hr 1.7.12.1: #i18350#: join changes from CWS ooo11rc3
Diffstat (limited to 'crashrep')
-rwxr-xr-xcrashrep/source/unx/makefile.mk10
1 files changed, 8 insertions, 2 deletions
diff --git a/crashrep/source/unx/makefile.mk b/crashrep/source/unx/makefile.mk
index 4c30a4cdad20..8e2052dc813c 100755
--- a/crashrep/source/unx/makefile.mk
+++ b/crashrep/source/unx/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.7 $
+# $Revision: 1.8 $
#
-# last change: $Author: hr $ $Date: 2003-07-16 17:39:33 $
+# last change: $Author: hjs $ $Date: 2003-08-18 15:12:27 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -105,6 +105,9 @@ APP1STDLIBS=`pkg-config --libs gtk+-2.0` $(DYNAMIC) -lXext -lX11 -ldl -lnsl
.IF "$(OS)" == "SOLARIS"
APP1STDLIBS+=-lsocket
.ENDIF
+.IF "$(OS)" == "FREEBSD"
+APP1STDLIBS=`pkg-config --libs gtk+-2.0` $(DYNAMIC) -lXext -lX11
+.ENDIF
@@ -119,6 +122,9 @@ APP2STDLIBS=$(STATIC) `pkg-config --only-mod-libs --libs gtk+-2.0` -lpng -lzlib
.IF "$(OS)" == "SOLARIS"
APP2STDLIBS+=-lsocket
.ENDIF
+.IF "$(OS)" == "FREEBSD"
+APP2STDLIBS=$(STATIC) `pkg-config --libs gtk+-2.0` -lpng -lzlib -ljpeg -ltiff $(DYNAMIC) -lXext -lX11
+.ENDIF
.ENDIF
# Building crash_report_static