aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHajimu UMEMOTO <ume@FreeBSD.org>2021-08-07 03:01:25 +0000
committerHajimu UMEMOTO <ume@FreeBSD.org>2021-08-07 03:08:29 +0000
commitd4a8178cf538b155170f7e2497fcb57bf95868e2 (patch)
treee0063ef5d995626dfa8b40be59b35f94ca97df7d
parent9e9d84f60dbe5c74c3ea03dff185ce22eba69a96 (diff)
downloadports-d4a8178cf538b155170f7e2497fcb57bf95868e2.tar.gz
ports-d4a8178cf538b155170f7e2497fcb57bf95868e2.zip
security/cyrus-sasl2: Respect CC.
PR: 257566
-rw-r--r--security/cyrus-sasl2/Makefile.common1
1 files changed, 1 insertions, 0 deletions
diff --git a/security/cyrus-sasl2/Makefile.common b/security/cyrus-sasl2/Makefile.common
index cd41db9e70c0..a44f3fb83b03 100644
--- a/security/cyrus-sasl2/Makefile.common
+++ b/security/cyrus-sasl2/Makefile.common
@@ -35,6 +35,7 @@ CONFIGURE_ARGS+=--disable-anon \
--disable-srp \
--with-dblib=none
CONFIGURE_ARGS+=${CYRUS_CONFIGURE_ARGS}
+CONFIGURE_ENV= CC_FOR_BUILD="${CC}"
MAKE_ENV+= INSTALL_STRIP_FLAG=${STRIP}
DOCSDIR= ${PREFIX}/share/doc/cyrus-sasl2