diff options
author | gerald <gerald@FreeBSD.org> | 2016-11-26 05:27:37 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2016-11-26 05:27:37 +0800 |
commit | 5ebb08b847ae4db7010dd0638e4c32691ddb7751 (patch) | |
tree | 6bec6a78bb240300325bb4d68e84361f36406264 /lang | |
parent | c85ca64a54c0849db62bacc66ec3cca5b9fd9c49 (diff) | |
download | freebsd-ports-gnome-5ebb08b847ae4db7010dd0638e4c32691ddb7751.tar.gz freebsd-ports-gnome-5ebb08b847ae4db7010dd0638e4c32691ddb7751.tar.zst freebsd-ports-gnome-5ebb08b847ae4db7010dd0638e4c32691ddb7751.zip |
Replace USE_GCC=4.9+ by USE_GCC=yes, now that lang/gcc and the default
version for GCC in the Ports Collection have moved to GCC 4.9.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/cilkplus/Makefile | 2 | ||||
-rw-r--r-- | lang/gcc6-devel/Makefile | 2 | ||||
-rw-r--r-- | lang/gcc6/Makefile | 2 | ||||
-rw-r--r-- | lang/gcc7-devel/Makefile | 2 | ||||
-rw-r--r-- | lang/ruby21/Makefile | 2 | ||||
-rw-r--r-- | lang/ruby22/Makefile | 2 | ||||
-rw-r--r-- | lang/ruby23/Makefile | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/lang/cilkplus/Makefile b/lang/cilkplus/Makefile index 06c2331e1edb..93df74c18f4b 100644 --- a/lang/cilkplus/Makefile +++ b/lang/cilkplus/Makefile @@ -15,7 +15,7 @@ LICENSE= BSD3CLAUSE HG_REVISION= 004467 -USE_GCC= 4.9+ +USE_GCC= yes ONLY_FOR_ARCHS= i386 amd64 sparc64 diff --git a/lang/gcc6-devel/Makefile b/lang/gcc6-devel/Makefile index 96c1a308e5fc..596149e06d8c 100644 --- a/lang/gcc6-devel/Makefile +++ b/lang/gcc6-devel/Makefile @@ -70,7 +70,7 @@ CONFIGURE_TARGET= x86_64-portbld-${OPSYS:tl}${OSREL} .if ${ARCH} == powerpc64 CONFIGURE_ENV+= UNAME_m="powerpc64" -USE_GCC= 4.9+ +USE_GCC= yes .endif .if ${ARCH} == "armv6" || ${ARCH} == "armv6hf" diff --git a/lang/gcc6/Makefile b/lang/gcc6/Makefile index cf6ed2b288c6..8b11dc816c92 100644 --- a/lang/gcc6/Makefile +++ b/lang/gcc6/Makefile @@ -70,7 +70,7 @@ CONFIGURE_TARGET= x86_64-portbld-${OPSYS:tl}${OSREL} .if ${ARCH} == powerpc64 CONFIGURE_ENV+= UNAME_m="powerpc64" -USE_GCC= 4.9+ +USE_GCC= yes .endif .if ${ARCH} == "armv6" || ${ARCH} == "armv6hf" diff --git a/lang/gcc7-devel/Makefile b/lang/gcc7-devel/Makefile index b164de5b920f..3be6202228f6 100644 --- a/lang/gcc7-devel/Makefile +++ b/lang/gcc7-devel/Makefile @@ -61,7 +61,7 @@ CONFIGURE_TARGET= x86_64-portbld-${OPSYS:tl}${OSREL} .if ${ARCH} == powerpc64 CONFIGURE_ENV+= UNAME_m="powerpc64" -USE_GCC= 4.9+ +USE_GCC= yes .endif .if ${ARCH} == "armv6" || ${ARCH} == "armv6hf" diff --git a/lang/ruby21/Makefile b/lang/ruby21/Makefile index 578d1c478c3f..ba06e866a7df 100644 --- a/lang/ruby21/Makefile +++ b/lang/ruby21/Makefile @@ -97,7 +97,7 @@ CONFIGURE_ARGS+= --disable-dtrace .endif .if (${ARCH} == "powerpc64" || ${ARCH} == "powerpc") -USE_GCC= 4.9+ +USE_GCC= yes .endif .if ${ARCH} == "armv6" || ${ARCH} == "armv6hf" diff --git a/lang/ruby22/Makefile b/lang/ruby22/Makefile index aaf78c88e446..b0c376a8af47 100644 --- a/lang/ruby22/Makefile +++ b/lang/ruby22/Makefile @@ -98,7 +98,7 @@ CONFIGURE_ARGS+= --disable-dtrace .endif .if ${ARCH} == "powerpc" || ${ARCH} == "powerpc64" -USE_GCC= 4.9+ +USE_GCC= yes .endif .if ${ARCH} == "armv6" || ${ARCH} == "armv6hf" diff --git a/lang/ruby23/Makefile b/lang/ruby23/Makefile index 12cfb1222308..40be0e6994c3 100644 --- a/lang/ruby23/Makefile +++ b/lang/ruby23/Makefile @@ -97,7 +97,7 @@ CONFIGURE_ARGS+=--disable-dtrace .endif .if (${ARCH} == "powerpc64" || ${ARCH} == "powerpc") -USE_GCC= 4.9+ +USE_GCC= yes .endif .if ${ARCH} == "armv6" || ${ARCH} == "armv6hf" |