diff options
author | Evgeniy Khramtsov <evgeniy@khramtsov.org> | 2021-08-04 05:18:47 +0300 |
---|---|---|
committer | Neel Chauhan <nc@FreeBSD.org> | 2021-08-08 05:08:56 -0700 |
commit | c3a05bee9dac00b784d0391e91bb6b437a37b7c9 (patch) | |
tree | a5b657de9faa3905a74a277162b68c0d9bac17bc | |
parent | textproc/libwapcaplet: respect CC (diff) |
graphics/libnsbmp: respect CC
PR: 257609
-rw-r--r-- | graphics/libnsbmp/Makefile | 2 |
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} |