diff options
author | elric <elric@pkgsrc.org> | 2002-10-28 22:55:47 +0000 |
---|---|---|
committer | elric <elric@pkgsrc.org> | 2002-10-28 22:55:47 +0000 |
commit | 44b4d27caa4c5b5a203093eaeaacad6ffa1861a3 (patch) | |
tree | 320626038f0bd29bef4ee64aff0f3acb96ff3128 /mail/balsa | |
parent | 1353de96731125ded997116580e53073935571f5 (diff) | |
download | pkgsrc-44b4d27caa4c5b5a203093eaeaacad6ffa1861a3.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 |