summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgarbled <garbled>1998-09-14 06:37:01 +0000
committergarbled <garbled>1998-09-14 06:37:01 +0000
commit7e3f5664b0cabef42ec74cf9ce7158dd6cd21081 (patch)
treed48146cace5785f28b583121ea77817d18ecf4ed
parent98c20e354ce5b0fc448e4e1d37537d327e16bc19 (diff)
downloadpkgsrc-7e3f5664b0cabef42ec74cf9ce7158dd6cd21081.tar.gz
Add USE_X11 (depends on gtk which has this set, also it *really* needs it)
And fix up some ELF problems.
-rw-r--r--graphics/imlib/Makefile4
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'