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 | |
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
-rw-r--r-- | x11/kdebase2/Makefile | 3 | ||||
-rw-r--r-- | x11/kdelibs2/Makefile | 3 |
2 files changed, 4 insertions, 2 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}" 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 \ |