summaryrefslogtreecommitdiff
path: root/x11/kdebase2
diff options
context:
space:
mode:
authorzuntum <zuntum>2001-07-08 11:28:44 +0000
committerzuntum <zuntum>2001-07-08 11:28:44 +0000
commit844ceb76ca9b28bc41c20311bf0ee40b49f8e728 (patch)
treebf2ceb0ce9fe515daebd606d85639c65d46cf865 /x11/kdebase2
parentb31e38b3b6e41d16638f1470542cfae15196d8fc (diff)
downloadpkgsrc-844ceb76ca9b28bc41c20311bf0ee40b49f8e728.tar.gz
Add USER_LDFLAGS="-L${BUILDLINK_DIR}/lib" to CONFIGURE_ENV.
This change is untested, but won't break things and should fix Chuck Cranor's KDE2 build problem (could you confirm it, please?) I have too slow box to compile whole kde2 now. Fix by Johnny C. Lam
Diffstat (limited to 'x11/kdebase2')
-rw-r--r--x11/kdebase2/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/kdebase2/Makefile b/x11/kdebase2/Makefile
index 8d31d6670b7..862f811d74d 100644
--- a/x11/kdebase2/Makefile
+++ b/x11/kdebase2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2001/07/05 23:41:27 jlam Exp $
+# $NetBSD: Makefile,v 1.17 2001/07/08 11:28:44 zuntum Exp $
DISTNAME= kdebase-2.1
CATEGORIES= x11 kde
@@ -15,6 +15,7 @@ USE_BUILDLINK_ONLY= yes
.include "../../x11/kde2/Makefile.part2"
CONFIGURE_ENV+= UIC="${QTDIR}/bin/uic"
+CONFIGURE_ENV+= USER_LDFLAGS="-L${BUILDLINK_DIR}/lib"
CONFIGURE_ARGS+= --with-motif-includes="${BUILDLINK_DIR}/include"
CONFIGURE_ARGS+= --with-motif-libraries="${BUILDLINK_DIR}/lib"
CONFIGURE_ARGS+= --with-ssl-dir="${BUILDLINK_DIR}"