Date: Sun, 8 Aug 2021 12:05:19 GMT From: Neel Chauhan <nc@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 0e661b5069f0 - main - www/libhubbub: respect CC Message-ID: <202108081205.178C5J0T092934@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by nc: URL: https://cgit.FreeBSD.org/ports/commit/?id=0e661b5069f08266487221c83778d6a7ebfc2f71 commit 0e661b5069f08266487221c83778d6a7ebfc2f71 Author: Evgeniy Khramtsov <evgeniy@khramtsov.org> AuthorDate: 2021-08-04 02:18:48 +0000 Commit: Neel Chauhan <nc@FreeBSD.org> CommitDate: 2021-08-08 12:04:19 +0000 www/libhubbub: respect CC PR: 257613 --- www/libhubbub/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/libhubbub/Makefile b/www/libhubbub/Makefile index 0cb87311b866..6630fc48a0dd 100644 --- a/www/libhubbub/Makefile +++ b/www/libhubbub/Makefile @@ -20,7 +20,7 @@ USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/${DISTNAME:S/-src//} -MAKE_ENV+= COMPONENT_TYPE="lib-shared" +MAKE_ENV+= BUILD_CC="${CC}" COMPONENT_TYPE="lib-shared" LDFLAGS+= ${ICONV_LIB} PLIST_SUB+= VERSION=${PORTVERSION}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108081205.178C5J0T092934>