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:56 +0000
commitc3a05bee9dac00b784d0391e91bb6b437a37b7c9 (patch)
treea5b657de9faa3905a74a277162b68c0d9bac17bc
parent9ed7c64ffecfe2001b496da1afd84724a89df56f (diff)
downloadports-c3a05bee9dac00b784d0391e91bb6b437a37b7c9.tar.gz
ports-c3a05bee9dac00b784d0391e91bb6b437a37b7c9.zip
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}