git: 2bbd273bc7c6 - main - dns/libnspsl: respect CC
Neel Chauhan
nc at FreeBSD.org
Sun Aug 8 12:10:18 UTC 2021
The branch main has been updated by nc:
URL: https://cgit.FreeBSD.org/ports/commit/?id=2bbd273bc7c67f177ee6751d5e6f0317cb637240
commit 2bbd273bc7c67f177ee6751d5e6f0317cb637240
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:09:51 +0000
dns/libnspsl: respect CC
PR: 257608
---
dns/libnspsl/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dns/libnspsl/Makefile b/dns/libnspsl/Makefile
index d1a053244cf8..ab3bc9b92442 100644
--- a/dns/libnspsl/Makefile
+++ b/dns/libnspsl/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}
post-install:
More information about the dev-commits-ports-all
mailing list