diff options
author | elric <elric> | 2002-10-28 22:55:47 +0000 |
---|---|---|
committer | elric <elric> | 2002-10-28 22:55:47 +0000 |
commit | 0a1391ae75c8bd306325e37a4974feffcdcaad83 (patch) | |
tree | 320626038f0bd29bef4ee64aff0f3acb96ff3128 /mail/balsa | |
parent | 5cafb149ec8f9b62e68c56ba8fd84b767992eb6b (diff) | |
download | pkgsrc-0a1391ae75c8bd306325e37a4974feffcdcaad83.tar.gz |
Do the LIBTOOL_OVERRIDE thing for libintl.la problems.
Diffstat (limited to 'mail/balsa')
-rw-r--r-- | mail/balsa/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/balsa/Makefile b/mail/balsa/Makefile index d2b9a95feca..a9f8217cacf 100644 --- a/mail/balsa/Makefile +++ b/mail/balsa/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2002/10/05 02:48:33 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2002/10/28 22:55:47 elric Exp $ # DISTNAME= balsa-1.4.0 @@ -15,6 +15,7 @@ GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_X11BASE= yes USE_BUILDLINK2= yes +LIBTOOL_OVERRIDE= ${WRKSRC}/libtool LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig CONFIGURE_ARGS+= --disable-more-warnings --without-esmtp \ --enable-pcre |