diff options
author | tron <tron> | 1999-03-22 08:41:48 +0000 |
---|---|---|
committer | tron <tron> | 1999-03-22 08:41:48 +0000 |
commit | b2ef2b72351b0ffa8fbda2cce735d29566c3cdfb (patch) | |
tree | 7bcf2f1ebed6bae96d394b990c418e75bb76ca3a /x11 | |
parent | 43de28c16c7c459a501f73198ec58f575a1cd305 (diff) | |
download | pkgsrc-b2ef2b72351b0ffa8fbda2cce735d29566c3cdfb.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/Makefile | 8 |
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: |