Skip to content

Commit

Permalink
graphics/libnsgif: respect CC in MAKE_ENV
Browse files Browse the repository at this point in the history
PR:	257604
  • Loading branch information
ekhramtsov authored and neelchauhan committed Aug 8, 2021
1 parent d59a718 commit a1da0a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphics/libnsgif/Makefile
Expand Up @@ -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:
Expand Down

0 comments on commit a1da0a1

Please sign in to comment.