summaryrefslogtreecommitdiff
path: root/x11/wdm
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>1999-04-13 06:48:44 +0000
committerMichael Haro <mharo@FreeBSD.org>1999-04-13 06:48:44 +0000
commita6ec87c3fcf6b265011ed4343debdb256e6715ee (patch)
treebfee7a55a351a8d100ad12a687838f8e2216ad4d /x11/wdm
parentUpdate to new version of pysol port. (diff)
fix a problem with configure not finding all the libraries it needed
PR: 10941 Submitted by: me
Notes
Notes: svn path=/head/; revision=17827
Diffstat (limited to 'x11/wdm')
-rw-r--r--x11/wdm/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/wdm/Makefile b/x11/wdm/Makefile
index 2c1648694f91..a3a00bb06769 100644
--- a/x11/wdm/Makefile
+++ b/x11/wdm/Makefile
@@ -3,7 +3,7 @@
# Date created: August 31, 1998
# Whom: Thomas Gellekum <tg@FreeBSD.ORG>
#
-# $Id: Makefile,v 1.18 1999/01/23 07:05:29 vanilla Exp $
+# $Id: Makefile,v 1.19 1999/02/18 17:57:37 vanilla Exp $
DISTNAME= wdm-1.0
CATEGORIES= x11 windowmaker
@@ -27,7 +27,7 @@ USE_X_PREFIX= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= X11BASE=${X11BASE} CPPFLAGS=-I${PREFIX}/include \
CFLAGS="${CFLAGS} -DHAS_SETUSERCONTEXT"
-CONFIGURE_ARGS= --with-gfx-libs="-L${PREFIX}/lib -L${LOCALBASE}/lib -lgif" \
+CONFIGURE_ARGS= --with-gfx-libs="-L${PREFIX}/lib -L${LOCALBASE}/lib -lgif -lXpm -lpng -ltiff" \
--with-gfx-incs="-I${LOCALBASE}/include" \
--with-tiff-libs="-ljpeg" \
--with-logdir=/var/log --with-runlockdir=/var/run \