Replace USE_GCC=4.8+ by the generic and preferred USE_GCC=yes.

Approved by:	cem (maintainer)
This commit is contained in:
Gerald Pfeifer 2017-04-08 06:14:26 +00:00
parent 3c5011c2a2
commit 6cd9c4b15b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=437981

View file

@ -29,7 +29,7 @@ NLS_CONFIGURE_ENABLE= nls
USES= gmake libtool tar:bzip2 USES= gmake libtool tar:bzip2
USE_AUTOTOOLS= automake:env USE_AUTOTOOLS= automake:env
USE_GCC= 4.8+ USE_GCC= yes
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
USE_LDCONFIG= yes USE_LDCONFIG= yes