summaryrefslogtreecommitdiff
path: root/x11/kdelibs
diff options
context:
space:
mode:
authortron <tron>1999-03-23 17:47:59 +0000
committertron <tron>1999-03-23 17:47:59 +0000
commit65779d1ed7e6654bbd33c5b07646aec6e758e6ed (patch)
tree40db3ad75f70f91a4bd04292e9f00fa489346f4a /x11/kdelibs
parent6120f94349a9b7e0aed51102999bbbddd88d94bd (diff)
downloadpkgsrc-65779d1ed7e6654bbd33c5b07646aec6e758e6ed.tar.gz
Because KDE's configuration script clobbers "LD_FLAGS" we better use a
different method to add "${LOCALBASE}/lib" to the library path.
Diffstat (limited to 'x11/kdelibs')
-rw-r--r--x11/kdelibs/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/kdelibs/Makefile b/x11/kdelibs/Makefile
index a9eb5e0b47b..062346cb442 100644
--- a/x11/kdelibs/Makefile
+++ b/x11/kdelibs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 1999/03/22 08:41:48 tron Exp $
+# $NetBSD: Makefile,v 1.31 1999/03/23 17:47:59 tron Exp $
# FreeBSD Id: Makefile,v 1.5 1997/11/27 00:25:46 se Exp
#
@@ -28,8 +28,8 @@ 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}"
+CONFIGURE_ENV= CXXFLAGS="${CFLAGS}" \
+ all_libraries="-L${LOCALBASE}/lib"
pre-patch:
@${LN} -s . ${WRKSRC}/${DISTNAME}