git: d13cc4ec40ca - main - devel/nsgenbind: respect CC
Neel Chauhan
nc at FreeBSD.org
Sun Aug 8 12:11:17 UTC 2021
The branch main has been updated by nc:
URL: https://cgit.FreeBSD.org/ports/commit/?id=d13cc4ec40ca6ec890dc202684d8e79e889be729
commit d13cc4ec40ca6ec890dc202684d8e79e889be729
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:10:51 +0000
devel/nsgenbind: respect CC
PR: 257607
---
devel/nsgenbind/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/devel/nsgenbind/Makefile b/devel/nsgenbind/Makefile
index 14ed170a2f8e..f0b814029350 100644
--- a/devel/nsgenbind/Makefile
+++ b/devel/nsgenbind/Makefile
@@ -17,7 +17,8 @@ BUILD_DEPENDS= netsurf-buildsystem>=1.5:devel/netsurf-buildsystem \
USES= bison gmake
WRKSRC= ${WRKDIR}/${DISTNAME:S/-src//}
-MAKE_ENV+= COMPONENT_TYPE="lib-shared" \
+MAKE_ENV+= BUILD_CC="${CC}" \
+ COMPONENT_TYPE="lib-shared" \
FLEX="${LOCALBASE}/bin/flex"
PLIST_FILES= bin/nsgenbind
More information about the dev-commits-ports-all
mailing list