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