git: c3a05bee9dac - main - graphics/libnsbmp: respect CC
Neel Chauhan
nc at FreeBSD.org
Sun Aug 8 12:09:20 UTC 2021
The branch main has been updated by nc:
URL: https://cgit.FreeBSD.org/ports/commit/?id=c3a05bee9dac00b784d0391e91bb6b437a37b7c9
commit c3a05bee9dac00b784d0391e91bb6b437a37b7c9
Author: Evgeniy Khramtsov <evgeniy at khramtsov.org>
AuthorDate: 2021-08-04 02:18:47 +0000
Commit: Neel Chauhan <nc at FreeBSD.org>
CommitDate: 2021-08-08 12:08:56 +0000
graphics/libnsbmp: respect CC
PR: 257609
---
graphics/libnsbmp/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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}
More information about the dev-commits-ports-all
mailing list