aboutsummaryrefslogtreecommitdiffstats
path: root/mail/postfix28
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/postfix28
parent8b143735231388d06bf78f04e77e3b2f5c41035e (diff)
downloadfreebsd-ports-gnome-21dfe0c0f4339f8bc83a6cf08805ca4064759079.tar.gz
freebsd-ports-gnome-21dfe0c0f4339f8bc83a6cf08805ca4064759079.tar.zst
freebsd-ports-gnome-21dfe0c0f4339f8bc83a6cf08805ca4064759079.zip
Respect ${CC} flag.
Approved by: Vivek Khera <vivek@khera.org> (maintainer)
Diffstat (limited to 'mail/postfix28')
-rw-r--r--mail/postfix28/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/postfix28/Makefile b/mail/postfix28/Makefile
index 7dfc7ba13a0e..aa888b3e6fd8 100644
--- a/mail/postfix28/Makefile
+++ b/mail/postfix28/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}" \