diff options
author | tron <tron@pkgsrc.org> | 2001-04-10 09:20:33 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-04-10 09:20:33 +0000 |
commit | 105f38de8e6cd81ef789ec1b2f58f307d4917ebc (patch) | |
tree | 2bc750cf452c532491a6a989f55f2bac8cc77709 /mail | |
parent | e93b0986405b952bd0384af889af2ab75d46c04a (diff) | |
download | pkgsrc-105f38de8e6cd81ef789ec1b2f58f307d4917ebc.tar.gz |
Fix build error on NetBSD systems without "intl" library in base system.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/fetchmail/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile index 859564c4350..50317803e94 100644 --- a/mail/fetchmail/Makefile +++ b/mail/fetchmail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.91 2001/03/30 15:08:42 mycroft Exp $ +# $NetBSD: Makefile,v 1.92 2001/04/10 09:20:33 tron Exp $ # DISTNAME= fetchmail-5.7.7 @@ -21,6 +21,7 @@ CONFIGURE_ARGS+=--without-hesiod CONFIGURE_ENV+= LDFLAGS="${CFLAGS}" BUILD_DEFS+= USE_INET6 +CFLAGS+= ${CPPFLAGS} .include "../../mk/bsd.prefs.mk" |