From c434960b305a485d02eadb13b445d436577a4c60 Mon Sep 17 00:00:00 2001 From: Evgeniy Khramtsov Date: Wed, 4 Aug 2021 05:18:46 +0300 Subject: [PATCH 01/10] graphics/libnsgif: respect CC gmake[1]: cc: No such file or directory /usr/local/share/netsurf-buildsystem/makefiles/Makefile.tools:77: *** "Failed to guess BUILD". Stop. PR: XXXXXX --- 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: -- 2.32.0