git: 9ed7c64ffecf - main - textproc/libwapcaplet: respect CC

Neel Chauhan nc at FreeBSD.org
Sun Aug 8 12:08:27 UTC 2021


The branch main has been updated by nc:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9ed7c64ffecfe2001b496da1afd84724a89df56f

commit 9ed7c64ffecfe2001b496da1afd84724a89df56f
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:05 +0000

    textproc/libwapcaplet: respect CC
    
    PR:     257610
---
 textproc/libwapcaplet/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/textproc/libwapcaplet/Makefile b/textproc/libwapcaplet/Makefile
index 9fed0adaf0de..f185a5916277 100644
--- a/textproc/libwapcaplet/Makefile
+++ b/textproc/libwapcaplet/Makefile
@@ -17,7 +17,8 @@ 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" \
 		FLEX="${LOCALBASE}/bin/flex"
 
 PLIST_SUB=	VERSION=${PORTVERSION}


More information about the dev-commits-ports-main mailing list