Replace USE_GCC=4.4+ by USE_GCC=4.6+ since GCC 4.4 is on its way out.

Approved by:	maintainer
This commit is contained in:
Gerald Pfeifer 2012-07-21 22:20:32 +00:00
parent 865e4f1ffe
commit ebd255b2f9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=301291

View file

@ -34,7 +34,7 @@ PKG_MESSAGE= ${WRKDIR}/pkg-message
.if ${ARCH} == i386
# triggers internal error in system gcc
USE_GCC= 4.4+
USE_GCC= 4.6+
.endif
# unsafe workaround because FreeBSD lacks logl and expl