Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Aug 2021 12:03:33 GMT
From:      Neel Chauhan <nc@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: a1da0a1c27a9 - main - graphics/libnsgif: respect CC in MAKE_ENV
Message-ID:  <202108081203.178C3XAg092673@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by nc:

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

commit a1da0a1c27a986fa004f6f945a4bf1d4d2a1d783
Author:     Evgeniy Khramtsov <evgeniy@khramtsov.org>
AuthorDate: 2021-08-08 12:01:30 +0000
Commit:     Neel Chauhan <nc@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108081203.178C3XAg092673>