summaryrefslogtreecommitdiff
path: root/x11/kdelibs2
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-07-14 05:12:10 +0000
committerjlam <jlam@pkgsrc.org>2001-07-14 05:12:10 +0000
commite1fc034a8cf4df9e5e08d11a6e53ecfc8c37b31c (patch)
tree66b4e594f331521e3b817deddd102023de498481 /x11/kdelibs2
parent13efd165eaa10fa54300389cc7424a222c977b5d (diff)
downloadpkgsrc-e1fc034a8cf4df9e5e08d11a6e53ecfc8c37b31c.tar.gz
Add -Wl,-R${LOCALBASE}/lib to the LDFLAGS passed into the build, used when
linking libraries and apps.
Diffstat (limited to 'x11/kdelibs2')
-rw-r--r--x11/kdelibs2/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/kdelibs2/Makefile b/x11/kdelibs2/Makefile
index 5d542d85aec..e3c79ae14dc 100644
--- a/x11/kdelibs2/Makefile
+++ b/x11/kdelibs2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2001/07/09 16:48:39 skrll Exp $
+# $NetBSD: Makefile,v 1.12 2001/07/14 05:12:10 jlam Exp $
#
DISTNAME= kdelibs-2.1
@@ -21,8 +21,9 @@ LTCONFIG_OVERRIDE+= ${WRKSRC}/ksgmltools/ltconfig
.endif
CONFIGURE_ARGS+= --with-ssl-dir="${BUILDLINK_DIR}"
-CONFIGURE_ENV+= USER_LDFLAGS="-L${BUILDLINK_DIR}/lib"
+CONFIGURE_ENV+= USER_LDFLAGS="${USER_LDFLAGS}"
LIBS+= -Wl,--export-dynamic
+USER_LDFLAGS= -L${BUILDLINK_DIR}/lib -Wl,-R${LOCALBASE}/lib
MKDIRS= share/kde/icons/locolor/32x32/actions/kde \
share/kde/icons/locolor/22x22/mimetypes \