git: 3f723dfb71c5 - main - textproc/libcss: respect CC

Neel Chauhan nc at FreeBSD.org
Sun Aug 8 12:06:47 UTC 2021


The branch main has been updated by nc:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3f723dfb71c517bef7692c29b267bb833e65a275

commit 3f723dfb71c517bef7692c29b267bb833e65a275
Author:     Evgeniy Khramtsov <evgeniy at khramtsov.org>
AuthorDate: 2021-08-04 02:18:48 +0000
Commit:     Neel Chauhan <nc at FreeBSD.org>
CommitDate: 2021-08-08 12:06:27 +0000

    textproc/libcss: respect CC
    
    PR:     257611
---
 textproc/libcss/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/textproc/libcss/Makefile b/textproc/libcss/Makefile
index ffc77f43be87..bfac798a41be 100644
--- a/textproc/libcss/Makefile
+++ b/textproc/libcss/Makefile
@@ -19,7 +19,7 @@ LIB_DEPENDS=	libwapcaplet.so:textproc/libwapcaplet \
 USES=		gmake iconv:wchar_t localbase pkgconfig
 
 USE_LDCONFIG=	yes
-MAKE_ENV=	COMPONENT_TYPE="lib-shared"
+MAKE_ENV=	BUILD_CC="${CC}" COMPONENT_TYPE="lib-shared"
 CFLAGS+=		-Wno-error
 LDFLAGS+=	${ICONV_LIB}
 PLIST_SUB=	VERSION=${PORTVERSION}


More information about the dev-commits-ports-main mailing list