From 9ed7c64ffecfe2001b496da1afd84724a89df56f Mon Sep 17 00:00:00 2001 From: Evgeniy Khramtsov Date: Wed, 4 Aug 2021 05:18:47 +0300 Subject: [PATCH] textproc/libwapcaplet: respect CC PR: 257610 --- textproc/libwapcaplet/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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}