summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>1999-03-22 08:41:48 +0000
committertron <tron@pkgsrc.org>1999-03-22 08:41:48 +0000
commitd558f0b8f6cdded4526e9395b847e59f4f01bfb5 (patch)
tree7bcf2f1ebed6bae96d394b990c418e75bb76ca3a /x11
parentbf2bfb504cc23f257d5cffd23ab59f8bf385858a (diff)
downloadpkgsrc-d558f0b8f6cdded4526e9395b847e59f4f01bfb5.tar.gz
Make sure that "configure" finds PNG and TIFF library. Fixes PR pkg/7203
by Dave Huang.
Diffstat (limited to 'x11')
-rw-r--r--x11/kdelibs/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/x11/kdelibs/Makefile b/x11/kdelibs/Makefile
index 64c55b0a69f..a9eb5e0b47b 100644
--- a/x11/kdelibs/Makefile
+++ b/x11/kdelibs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 1999/03/06 00:00:28 tron Exp $
+# $NetBSD: Makefile,v 1.30 1999/03/22 08:41:48 tron Exp $
# FreeBSD Id: Makefile,v 1.5 1997/11/27 00:25:46 se Exp
#
@@ -24,11 +24,11 @@ USE_GMAKE= yes
USE_LIBTOOL= yes
LIBTOOL_FLAGS= --cplusplus --install-la
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= "--x-inc=${X11BASE}/include -I${LOCALBASE}/include" \
- "--x-lib=${X11BASE}/lib -L${LOCALBASE}/lib" \
- "--datadir=${PREFIX}/share/kde" \
+CONFIGURE_ARGS= "--datadir=${PREFIX}/share/kde" \
"--with-qt-dir=${PREFIX}" \
"--with-qt-includes=${PREFIX}/include/qt"
+CFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ENV= CXXFLAGS="${CFLAGS}"
pre-patch: