summaryrefslogtreecommitdiff
path: root/mail/fetchmail
diff options
context:
space:
mode:
authortron <tron>2001-04-10 09:20:33 +0000
committertron <tron>2001-04-10 09:20:33 +0000
commitf58212fa4b7a9da4d0a326e3fd1acd944eed8872 (patch)
tree2bc750cf452c532491a6a989f55f2bac8cc77709 /mail/fetchmail
parent08ed1d0466e9ec6741a4fd4b24dd366ebf0a8698 (diff)
downloadpkgsrc-f58212fa4b7a9da4d0a326e3fd1acd944eed8872.tar.gz
Fix build error on NetBSD systems without "intl" library in base system.
Diffstat (limited to 'mail/fetchmail')
-rw-r--r--mail/fetchmail/Makefile3
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"