Use compiler:nestedfct instead of USE_GCC=4.2+

This commit is contained in:
Baptiste Daroussin 2013-12-13 15:48:13 +00:00
parent b63a6e3f2a
commit ea83d727a6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=336359

View File

@ -13,8 +13,7 @@ LICENSE= GPLv2
BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash
USE_GCC= 4.2+ # uses nested functions
USES= gmake
USES= gmake compiler:nestedfct
MAKE_ARGS+= CFLAGS="${CFLAGS} -I. -Wall -Wstrict-prototypes -Wextra -Wno-unused-parameter"