diff options
author | mharo <mharo@FreeBSD.org> | 1999-04-13 14:48:44 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 1999-04-13 14:48:44 +0800 |
commit | e0078a474f7e1888bcbfe6033390d87d9027a0b4 (patch) | |
tree | cd75d6df19a7a99f34d6e727fed094fe892ca9a3 /x11 | |
parent | c0c59756773e45c77f9deda5170459ce43e3d1a6 (diff) | |
download | freebsd-ports-gnome-e0078a474f7e1888bcbfe6033390d87d9027a0b4.tar.gz freebsd-ports-gnome-e0078a474f7e1888bcbfe6033390d87d9027a0b4.tar.zst freebsd-ports-gnome-e0078a474f7e1888bcbfe6033390d87d9027a0b4.zip |
fix a problem with configure not finding all the libraries it needed
PR: 10941
Submitted by: me
Diffstat (limited to 'x11')
-rw-r--r-- | x11/wdm/Makefile | 4 |
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 \ |