diff options
author | elric <elric> | 2002-10-28 22:55:47 +0000 |
---|---|---|
committer | elric <elric> | 2002-10-28 22:55:47 +0000 |
commit | e8de7e464d48b0359c61c754c835d29747d6b0e4 (patch) | |
tree | 320626038f0bd29bef4ee64aff0f3acb96ff3128 /mail/balsa/Makefile | |
parent | e5d5297b4b1413443c7b4a930d74ed5c64e765fd (diff) | |
download | pkgsrc-e8de7e464d48b0359c61c754c835d29747d6b0e4.tar.gz |
Do the LIBTOOL_OVERRIDE thing for libintl.la problems.
Diffstat (limited to 'mail/balsa/Makefile')
-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 |