diff options
author | osa <osa@FreeBSD.org> | 2003-12-31 00:23:33 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2003-12-31 00:23:33 +0800 |
commit | 21dfe0c0f4339f8bc83a6cf08805ca4064759079 (patch) | |
tree | 5ca7b4c7731aca8f06e0ea135cd2ea1f8d34dcf2 /mail/postfix-current | |
parent | 8b143735231388d06bf78f04e77e3b2f5c41035e (diff) | |
download | freebsd-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/Makefile | 2 |
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}" \ |