1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

Tweak a conditional added in the previous commit that apparently causes

troubles in some cases.
This commit is contained in:
Gerald Pfeifer 2010-06-06 19:15:03 +00:00
parent 400674d7b0
commit 992a6ce56c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=255915

View File

@ -118,8 +118,8 @@ MAKE_ENV+= F77="${F77}" FC="${FC}" FFLAGS="${FFLAGS}"
.if defined(USE_GCC)
# USE_GCC=4.3 is deprecated...
.if ${USE_GCC} == 4.3+
USE_GCC:=4.4+
.if ${USE_GCC} == "4.3+"
USE_GCC=4.4+
.endif
# See if we can use a later version