aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeniy Khramtsov <evgeniy@khramtsov.org>2021-08-04 02:18:47 +0000
committerNeel Chauhan <nc@FreeBSD.org>2021-08-08 12:08:05 +0000
commit9ed7c64ffecfe2001b496da1afd84724a89df56f (patch)
tree09bdcd17a434b7c0ab678417811cf3afbc200d10
parent3f723dfb71c517bef7692c29b267bb833e65a275 (diff)
downloadports-9ed7c64ffecfe2001b496da1afd84724a89df56f.tar.gz
ports-9ed7c64ffecfe2001b496da1afd84724a89df56f.zip
textproc/libwapcaplet: respect CC
PR: 257610
-rw-r--r--textproc/libwapcaplet/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/libwapcaplet/Makefile b/textproc/libwapcaplet/Makefile
index 9fed0adaf0de..f185a5916277 100644
--- a/textproc/libwapcaplet/Makefile
+++ b/textproc/libwapcaplet/Makefile
@@ -17,7 +17,8 @@ BUILD_DEPENDS= netsurf-buildsystem>=1.5:devel/netsurf-buildsystem \
USES= gmake
USE_LDCONFIG= yes
-MAKE_ENV= COMPONENT_TYPE="lib-shared" \
+MAKE_ENV= BUILD_CC="${CC}" \
+ COMPONENT_TYPE="lib-shared" \
FLEX="${LOCALBASE}/bin/flex"
PLIST_SUB= VERSION=${PORTVERSION}