summaryrefslogtreecommitdiff
path: root/x11/kdebase2
diff options
context:
space:
mode:
authorjlam <jlam>2001-07-14 05:12:10 +0000
committerjlam <jlam>2001-07-14 05:12:10 +0000
commit62c5375e4b18bc5644ce53153cbc2c941f98c752 (patch)
tree66b4e594f331521e3b817deddd102023de498481 /x11/kdebase2
parentd7c4fbcf8130d4914e38f6fb1e51e1a1a3859307 (diff)
downloadpkgsrc-62c5375e4b18bc5644ce53153cbc2c941f98c752.tar.gz
Add -Wl,-R${LOCALBASE}/lib to the LDFLAGS passed into the build, used when
linking libraries and apps.
Diffstat (limited to 'x11/kdebase2')
-rw-r--r--x11/kdebase2/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/kdebase2/Makefile b/x11/kdebase2/Makefile
index 862f811d74d..6e55151da90 100644
--- a/x11/kdebase2/Makefile
+++ b/x11/kdebase2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2001/07/08 11:28:44 zuntum Exp $
+# $NetBSD: Makefile,v 1.18 2001/07/14 05:13:42 jlam Exp $
DISTNAME= kdebase-2.1
CATEGORIES= x11 kde
@@ -15,13 +15,14 @@ USE_BUILDLINK_ONLY= yes
.include "../../x11/kde2/Makefile.part2"
CONFIGURE_ENV+= UIC="${QTDIR}/bin/uic"
-CONFIGURE_ENV+= USER_LDFLAGS="-L${BUILDLINK_DIR}/lib"
+CONFIGURE_ENV+= USER_LDFLAGS="${USER_LDFLAGS}"
CONFIGURE_ARGS+= --with-motif-includes="${BUILDLINK_DIR}/include"
CONFIGURE_ARGS+= --with-motif-libraries="${BUILDLINK_DIR}/lib"
CONFIGURE_ARGS+= --with-ssl-dir="${BUILDLINK_DIR}"
CONFIGURE_ARGS+= --disable-greet-lib
CONFIGURE_ARGS+= --without-pam
LIBS+= -Wl,--export-dynamic
+USER_LDFLAGS= -L${BUILDLINK_DIR}/lib -Wl,-R${LOCALBASE}/lib
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
IMAKEDIR= ${WRKDIR}/imake