From d76d63bf0fae4c1ea235003fec44caba691349d5 Mon Sep 17 00:00:00 2001 From: Ganael LAPLANCHE Date: Mon, 10 Nov 2014 08:36:35 +0000 Subject: [PATCH] Remove versioned uses of USE_GCC Suggested by: gerald --- devel/simgear/Makefile | 2 +- games/fgrun/Makefile | 2 +- games/flightgear/Makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/devel/simgear/Makefile b/devel/simgear/Makefile index 44dec14bd6ff..4c04ebb3cdd8 100644 --- a/devel/simgear/Makefile +++ b/devel/simgear/Makefile @@ -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 diff --git a/games/fgrun/Makefile b/games/fgrun/Makefile index d06ba65e6613..3860ad4b271b 100644 --- a/games/fgrun/Makefile +++ b/games/fgrun/Makefile @@ -39,7 +39,7 @@ NLS_CMAKE_ON= -DENABLE_NLS=yes .include .if ${COMPILER_TYPE} == gcc && ${COMPILER_VERSION} < 46 -USE_GCC= 4.6+ +USE_GCC= yes .endif .include diff --git a/games/flightgear/Makefile b/games/flightgear/Makefile index 89a3740a8b2c..1e71c4a7a6a5 100644 --- a/games/flightgear/Makefile +++ b/games/flightgear/Makefile @@ -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: