diff options
-rw-r--r-- | devel/nsgenbind/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/nsgenbind/Makefile b/devel/nsgenbind/Makefile index 14ed170a2f8e..f0b814029350 100644 --- a/devel/nsgenbind/Makefile +++ b/devel/nsgenbind/Makefile @@ -17,7 +17,8 @@ BUILD_DEPENDS= netsurf-buildsystem>=1.5:devel/netsurf-buildsystem \ USES= bison gmake WRKSRC= ${WRKDIR}/${DISTNAME:S/-src//} -MAKE_ENV+= COMPONENT_TYPE="lib-shared" \ +MAKE_ENV+= BUILD_CC="${CC}" \ + COMPONENT_TYPE="lib-shared" \ FLEX="${LOCALBASE}/bin/flex" PLIST_FILES= bin/nsgenbind |