mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 11:56:28 -04:00
Remove versioned uses of USE_GCC
Suggested by: gerald
This commit is contained in:
parent
aa163df848
commit
d76d63bf0f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=372384
3 changed files with 3 additions and 3 deletions
|
@ -27,7 +27,7 @@ USES= tar:bzip2 cmake compiler openal:al,alut
|
|||
|
||||
# When building with Gcc, needs Gcc 4.6+
|
||||
.if ${COMPILER_TYPE} == gcc && ${COMPILER_VERSION} < 46
|
||||
USE_GCC= 4.6+
|
||||
USE_GCC= yes
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -39,7 +39,7 @@ NLS_CMAKE_ON= -DENABLE_NLS=yes
|
|||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${COMPILER_TYPE} == gcc && ${COMPILER_VERSION} < 46
|
||||
USE_GCC= 4.6+
|
||||
USE_GCC= yes
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -50,7 +50,7 @@ DBUS_CMAKE_OFF= -DUSE_DBUS:BOOL=OFF
|
|||
|
||||
# Chase devel/simgear compiler version
|
||||
.if ${COMPILER_TYPE} == gcc && ${COMPILER_VERSION} < 46
|
||||
USE_GCC= 4.6+
|
||||
USE_GCC= yes
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
|
|
Loading…
Add table
Reference in a new issue