summaryrefslogtreecommitdiffstats
path: root/mail/postfix22
diff options
context:
space:
mode:
authorosa <osa@FreeBSD.org>2003-12-30 16:23:33 +0000
committerosa <osa@FreeBSD.org>2003-12-30 16:23:33 +0000
commit21dfe0c0f4339f8bc83a6cf08805ca4064759079 (patch)
tree5ca7b4c7731aca8f06e0ea135cd2ea1f8d34dcf2 /mail/postfix22
parent8b143735231388d06bf78f04e77e3b2f5c41035e (diff)
downloadFreeBSD-ports-21dfe0c0f4339f8bc83a6cf08805ca4064759079.zip
FreeBSD-ports-21dfe0c0f4339f8bc83a6cf08805ca4064759079.tar.gz
Respect ${CC} flag.
Approved by: Vivek Khera <vivek@khera.org> (maintainer)
Diffstat (limited to 'mail/postfix22')
-rw-r--r--mail/postfix22/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/postfix22/Makefile b/mail/postfix22/Makefile
index 7dfc7ba1..aa888b3 100644
--- a/mail/postfix22/Makefile
+++ b/mail/postfix22/Makefile
@@ -59,7 +59,7 @@ CONF1= main.cf master.cf access aliases canonical pcre_table regexp_table \
MAKEFILEFLAGS+= DEBUG=
.endif
-MAKEFILEFLAGS+= OPT="${CFLAGS}"
+MAKEFILEFLAGS+= CC="${CC}" OPT="${CFLAGS}"
SCRIPTS_ENV= WRKDIRPREFIX="${WRKDIRPREFIX}" \
TOUCH="${TOUCH}" \
OpenPOWER on IntegriCloud