From 105f38de8e6cd81ef789ec1b2f58f307d4917ebc Mon Sep 17 00:00:00 2001
From: tron <tron@pkgsrc.org>
Date: Tue, 10 Apr 2001 09:20:33 +0000
Subject: Fix build error on NetBSD systems without "intl" library in base
 system.

---
 mail/fetchmail/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

(limited to 'mail/fetchmail')

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"
 
-- 
cgit v1.2.3