summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2002-06-17 19:42:08 +0000
committertron <tron@pkgsrc.org>2002-06-17 19:42:08 +0000
commitc04594fb0b029985ee6de4bed85382fb249fb87b (patch)
tree4cdec1f4bb06e300ce0bd3febd11045f68440170 /mail
parent47c23812ffe954c95c9e5376aca23a5de379fb0e (diff)
downloadpkgsrc-c04594fb0b029985ee6de4bed85382fb249fb87b.tar.gz
Honor "${CC}" and "${CFLAGS}" during build. This fixes PR pkg/17052
by Mipam.
Diffstat (limited to 'mail')
-rw-r--r--mail/postfix/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile
index 618830e94f1..cfbaac9ee6a 100644
--- a/mail/postfix/Makefile
+++ b/mail/postfix/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.64 2002/06/06 13:48:32 martti Exp $
+# $NetBSD: Makefile,v 1.65 2002/06/17 19:42:08 tron Exp $
DISTNAME= postfix-1.1.11
CATEGORIES= mail
@@ -57,6 +57,7 @@ BUILD_DEFS+= USE_SASL
PLIST_SRC+= ${PKGDIR}/PLIST
ALL_TARGET= #empty
+MAKE_ENV= CC="${CC}" OPT="${CFLAGS}"
pre-configure:
${CP} ${WRKSRC}/conf/main.cf ${WRKSRC}/conf/main.cf.dist