git: a4be81e89dcd - main - devel/libparserutils: respect CC
Neel Chauhan
nc at FreeBSD.org
Sun Aug 8 12:12:56 UTC 2021
The branch main has been updated by nc:
URL: https://cgit.FreeBSD.org/ports/commit/?id=a4be81e89dcd2ffd3a62f92574991b78ea219ee4
commit a4be81e89dcd2ffd3a62f92574991b78ea219ee4
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:11:51 +0000
devel/libparserutils: respect CC
PR: 257606
---
devel/libparserutils/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/devel/libparserutils/Makefile b/devel/libparserutils/Makefile
index 42923daff28e..31c73182574a 100644
--- a/devel/libparserutils/Makefile
+++ b/devel/libparserutils/Makefile
@@ -17,7 +17,7 @@ BUILD_DEPENDS= netsurf-buildsystem>=1.5:devel/netsurf-buildsystem
USES= gmake iconv localbase pkgconfig
USE_LDCONFIG= yes
-MAKE_ENV= COMPONENT_TYPE="lib-shared"
+MAKE_ENV= BUILD_CC="${CC}" COMPONENT_TYPE="lib-shared"
LDFLAGS+= ${ICONV_LIB}
PLIST_SUB= VERSION=${PORTVERSION}
More information about the dev-commits-ports-all
mailing list