aboutsummaryrefslogtreecommitdiffstats
path: root/mail/postfix-current
diff options
context:
space:
mode:
authorosa <osa@FreeBSD.org>2003-12-31 00:23:33 +0800
committerosa <osa@FreeBSD.org>2003-12-31 00:23:33 +0800
commit21dfe0c0f4339f8bc83a6cf08805ca4064759079 (patch)
tree5ca7b4c7731aca8f06e0ea135cd2ea1f8d34dcf2 /mail/postfix-current
parent8b143735231388d06bf78f04e77e3b2f5c41035e (diff)
downloadfreebsd-ports-graphics-21dfe0c0f4339f8bc83a6cf08805ca4064759079.tar.gz
freebsd-ports-graphics-21dfe0c0f4339f8bc83a6cf08805ca4064759079.tar.zst
freebsd-ports-graphics-21dfe0c0f4339f8bc83a6cf08805ca4064759079.zip
Respect ${CC} flag.
Approved by: Vivek Khera <vivek@khera.org> (maintainer)
Diffstat (limited to 'mail/postfix-current')
-rw-r--r--mail/postfix-current/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/postfix-current/Makefile b/mail/postfix-current/Makefile
index cb84dd31b9e..318f022188f 100644
--- a/mail/postfix-current/Makefile
+++ b/mail/postfix-current/Makefile
@@ -57,7 +57,7 @@ CONF1= main.cf master.cf access aliases canonical cidr_table pcre_table \
MAKEFILEFLAGS+= DEBUG=
.endif
-MAKEFILEFLAGS+= OPT="${CFLAGS}"
+MAKEFILEFLAGS+= CC="${CC}" OPT="${CFLAGS}"
SCRIPTS_ENV= WRKDIRPREFIX="${WRKDIRPREFIX}" \
TOUCH="${TOUCH}" \