Use gcc 4.1+ instead of 4.0 when WITH_3DNOW_GCC40 is defined since it's not supported anymore.

PR:		ports/119969
Submitted by:	Tsurutani Naoki
This commit is contained in:
Michael Johnson 2008-02-05 12:33:13 +00:00
parent 7973dfa2a2
commit d1f9b7d29d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=206745

View File

@ -32,7 +32,7 @@ CXX:= g++34
.endif
.if defined(WITH_3DNOW_GCC40) && ${OSVERSION} < 700042
USE_GCC= 4.0+
USE_GCC= 4.1+
.if ${OSVERSION} < 600000
RUN_DEPENDS+= ${BUILD_DEPENDS}
.endif