git: 17cc265ebb11 - main - www/libdom: respect CC

Neel Chauhan nc at FreeBSD.org
Sun Aug 8 12:05:47 UTC 2021


The branch main has been updated by nc:

URL: https://cgit.FreeBSD.org/ports/commit/?id=17cc265ebb1157c3ad90bc0df6a83148042b9366

commit 17cc265ebb1157c3ad90bc0df6a83148042b9366
Author:     Evgeniy Khramtsov <evgeniy at khramtsov.org>
AuthorDate: 2021-08-04 02:18:48 +0000
Commit:     Neel Chauhan <nc at FreeBSD.org>
CommitDate: 2021-08-08 12:05:23 +0000

    www/libdom: respect CC
    
    PR:     257612
---
 www/libdom/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/libdom/Makefile b/www/libdom/Makefile
index 26a910962c0b..8c9e14d9fd5f 100644
--- a/www/libdom/Makefile
+++ b/www/libdom/Makefile
@@ -21,7 +21,7 @@ LIB_DEPENDS=	libwapcaplet.so:textproc/libwapcaplet \
 USES=		gmake iconv localbase pkgconfig
 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-main mailing list