diff options
author | tron <tron> | 2001-04-10 09:20:33 +0000 |
---|---|---|
committer | tron <tron> | 2001-04-10 09:20:33 +0000 |
commit | fd55c5419c0dd3cc0f594b38eeed52da48aaf52b (patch) | |
tree | 2bc750cf452c532491a6a989f55f2bac8cc77709 /mail | |
parent | 1543a95acaf3de3f8a77f0542c62f85a9ccf400e (diff) | |
download | pkgsrc-fd55c5419c0dd3cc0f594b38eeed52da48aaf52b.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" |