diff options
author | garbled <garbled@pkgsrc.org> | 1998-09-14 06:37:01 +0000 |
---|---|---|
committer | garbled <garbled@pkgsrc.org> | 1998-09-14 06:37:01 +0000 |
commit | 65bc39bd5124badd896f5893411486bdc36e9e1d (patch) | |
tree | d48146cace5785f28b583121ea77817d18ecf4ed /graphics | |
parent | 635114313b13d7a0123a9ea6839a45be710b641c (diff) | |
download | pkgsrc-65bc39bd5124badd896f5893411486bdc36e9e1d.tar.gz |
Add USE_X11 (depends on gtk which has this set, also it *really* needs it)
And fix up some ELF problems.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/imlib/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/imlib/Makefile b/graphics/imlib/Makefile index 40fd50b9172..695ef051db6 100644 --- a/graphics/imlib/Makefile +++ b/graphics/imlib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 1998/09/04 13:13:16 agc Exp $ +# $NetBSD: Makefile,v 1.2 1998/09/14 06:37:01 garbled Exp $ # DISTNAME= imlib-1.7 @@ -14,10 +14,12 @@ DEPENDS+= jpeg-6b:../../graphics/jpeg DEPENDS+= png-1.0.2:../../graphics/png DEPENDS+= giflib-3.0:../../graphics/giflib +USE_X11= yes USE_LIBTOOL= yes USE_GMAKE= yes GNU_CONFIGURE= yes +LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS+= --with-gtk-prefix=${X11BASE} CONFIGURE_ENV+= CPPFLAGS='-I${LOCALBASE}/include -I${LOCALBASE}/include/giflib' |