git: a1da0a1c27a9 - main - graphics/libnsgif: respect CC in MAKE_ENV

Neel Chauhan nc at FreeBSD.org
Sun Aug 8 12:03:34 UTC 2021


The branch main has been updated by nc:

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

commit a1da0a1c27a986fa004f6f945a4bf1d4d2a1d783
Author:     Evgeniy Khramtsov <evgeniy at khramtsov.org>
AuthorDate: 2021-08-08 12:01:30 +0000
Commit:     Neel Chauhan <nc at FreeBSD.org>
CommitDate: 2021-08-08 12:01:30 +0000

    graphics/libnsgif: respect CC in MAKE_ENV
    
    PR:     257604
---
 graphics/libnsgif/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/graphics/libnsgif/Makefile b/graphics/libnsgif/Makefile
index 934df5241a4d..313353dbc763 100644
--- a/graphics/libnsgif/Makefile
+++ b/graphics/libnsgif/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-main mailing list