diff options
author | zuntum <zuntum@pkgsrc.org> | 2001-07-08 11:28:44 +0000 |
---|---|---|
committer | zuntum <zuntum@pkgsrc.org> | 2001-07-08 11:28:44 +0000 |
commit | 1b2294aff5cad7c92400ac64390065500b40b90d (patch) | |
tree | bf2ceb0ce9fe515daebd606d85639c65d46cf865 /x11/kdelibs2 | |
parent | b58c9ba2b4f0f364f7b5a3e0353715592d85c1a2 (diff) | |
download | pkgsrc-1b2294aff5cad7c92400ac64390065500b40b90d.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/kdelibs2')
-rw-r--r-- | x11/kdelibs2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/kdelibs2/Makefile b/x11/kdelibs2/Makefile index 9edcca733c5..34c46bc897f 100644 --- a/x11/kdelibs2/Makefile +++ b/x11/kdelibs2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2001/07/05 17:31:27 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2001/07/08 11:28:44 zuntum Exp $ # DISTNAME= kdelibs-2.1 @@ -20,6 +20,7 @@ LTCONFIG_OVERRIDE+= ${WRKSRC}/ksgmltools/ltconfig .endif CONFIGURE_ARGS+= --with-ssl-dir="${BUILDLINK_DIR}" +CONFIGURE_ENV+= USER_LDFLAGS="-L${BUILDLINK_DIR}/lib" LIBS+= -Wl,--export-dynamic MKDIRS= share/kde/icons/locolor/32x32/actions/kde \ |