aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeniy Khramtsov <evgeniy@khramtsov.org>2021-08-04 02:18:48 +0000
committerNeel Chauhan <nc@FreeBSD.org>2021-08-08 12:06:27 +0000
commit3f723dfb71c517bef7692c29b267bb833e65a275 (patch)
treeb6e2356be0456927aec62cacac0010008879477b
parent17cc265ebb1157c3ad90bc0df6a83148042b9366 (diff)
downloadports-3f723dfb71c517bef7692c29b267bb833e65a275.tar.gz
ports-3f723dfb71c517bef7692c29b267bb833e65a275.zip
textproc/libcss: respect CC
PR: 257611
-rw-r--r--textproc/libcss/Makefile2
1 files changed, 1 insertions, 1 deletions
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}