Bump USE_GCC=4.1+ to USE_GCC=4.2+.

Approved by:	ahze (via multimedia@FreeBSD.org)
This commit is contained in:
Gerald Pfeifer 2009-01-06 18:37:41 +00:00
parent df359c7f74
commit 50c12a606a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=225338

View File

@ -24,7 +24,7 @@ CFLAGS:= ${CFLAGS:N-O*} -O2
.include <bsd.port.pre.mk>
.if defined(WITH_3DNOW_GCC40) && ${OSVERSION} < 700042
USE_GCC= 4.1+
USE_GCC= 4.2+
RUN_DEPENDS+= ${BUILD_DEPENDS}
.endif