diff options
author | skrll <skrll@pkgsrc.org> | 2001-03-28 14:04:13 +0000 |
---|---|---|
committer | skrll <skrll@pkgsrc.org> | 2001-03-28 14:04:13 +0000 |
commit | a00a4f14f5d20c13c9eea1cd70066f36ea79306b (patch) | |
tree | 3d1ca9804996bf1ec39204e88eb1cd6c2c300f81 /x11/kdelibs2 | |
parent | f6d53e29e693beb1fe3642229453165f11fbde02 (diff) | |
download | pkgsrc-a00a4f14f5d20c13c9eea1cd70066f36ea79306b.tar.gz |
Oops. Add missing USE_LTDL.
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 44e8e4a74ac..d9f2d4d4a72 100644 --- a/x11/kdelibs2/Makefile +++ b/x11/kdelibs2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/03/14 15:59:44 skrll Exp $ +# $NetBSD: Makefile,v 1.2 2001/03/28 14:04:13 skrll Exp $ # DISTNAME= kdelibs-2.1 @@ -13,6 +13,7 @@ DEPENDS+= jade>=1.2.1:../../textproc/jade .include "../../x11/kde2/Makefile.part2" +USE_LTDL= yes LTCONFIG_OVERRIDE+= ${WRKSRC}/ksgmltools/ltconfig CONFIGURE_ENV+= LIBS="-Wl,--export-dynamic" |