summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgerald <gerald@FreeBSD.org>2017-04-02 21:20:54 +0000
committergerald <gerald@FreeBSD.org>2017-04-02 21:20:54 +0000
commitf4062a37611475841a23b75f8fd08b41550f131a (patch)
tree9c38104fd5c72d748e3c83992f148f333bc34013
parent1bf5242ddea0592bcad20807fbb69341784aa748 (diff)
downloadFreeBSD-ports-f4062a37611475841a23b75f8fd08b41550f131a.zip
FreeBSD-ports-f4062a37611475841a23b75f8fd08b41550f131a.tar.gz
Now that GCC 5 is the default version in the Ports Collection, remove
a workaround that explicitly requests that version from the rawtherapee and rawtherapee-devel ports. Approved by: mandree (maintainer)
-rw-r--r--graphics/rawtherapee-devel/Makefile5
-rw-r--r--graphics/rawtherapee/Makefile5
2 files changed, 0 insertions, 10 deletions
diff --git a/graphics/rawtherapee-devel/Makefile b/graphics/rawtherapee-devel/Makefile
index 9e358a3..56c9c56 100644
--- a/graphics/rawtherapee-devel/Makefile
+++ b/graphics/rawtherapee-devel/Makefile
@@ -117,11 +117,6 @@ USES+= compiler:gcc-c++11-lib
.include <bsd.port.pre.mk>
.if ${CHOSEN_COMPILER_TYPE} == gcc
-# Workaround: this needs to be late because Mk/Uses/compiler.mk tramples
-# over previously set values with gcc-libc++-configure as of r432539.
-# GCC 4.9 doesn't generate usable code on FreeBSD 11.0.
-USE_GCC= 5+
-
# work around compiler faults
.if ${ARCH} == i386
CFLAGS+= -mstackrealign
diff --git a/graphics/rawtherapee/Makefile b/graphics/rawtherapee/Makefile
index 24a808a..7a40799 100644
--- a/graphics/rawtherapee/Makefile
+++ b/graphics/rawtherapee/Makefile
@@ -116,11 +116,6 @@ USES+= compiler:gcc-c++11-lib
.include <bsd.port.pre.mk>
.if ${CHOSEN_COMPILER_TYPE} == gcc
-# Workaround: this needs to be late because Mk/Uses/compiler.mk tramples
-# over previously set values with gcc-libc++-configure as of r432539.
-# GCC 4.9 doesn't generate usable code on FreeBSD 11.0.
-USE_GCC= 5+
-
# work around compiler faults
.if ${ARCH} == i386
CFLAGS+= -mstackrealign
OpenPOWER on IntegriCloud