Bump USE_GCC=4.1+ to USE_GCC=4.2+.
Approved by: ahze (via multimedia@FreeBSD.org)
This commit is contained in:
parent
df359c7f74
commit
50c12a606a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=225338
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue