summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeniy Khramtsov <evgeniy@khramtsov.org>2021-08-04 05:18:47 +0300
committerNeel Chauhan <nc@FreeBSD.org>2021-08-08 05:08:56 -0700
commitc3a05bee9dac00b784d0391e91bb6b437a37b7c9 (patch)
treea5b657de9faa3905a74a277162b68c0d9bac17bc
parenttextproc/libwapcaplet: respect CC (diff)
graphics/libnsbmp: respect CC
PR: 257609
-rw-r--r--graphics/libnsbmp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/libnsbmp/Makefile b/graphics/libnsbmp/Makefile
index f0c7c41aee1c..13a5f0f51805 100644
--- a/graphics/libnsbmp/Makefile
+++ b/graphics/libnsbmp/Makefile
@@ -16,7 +16,7 @@ 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"
PLIST_SUB= VERSION=${PORTVERSION}