Use the canonical USE_GCC=yes instead of USE_GCC=6+. This has the

advantage that it'll use a current version of GCC that is present
already without a need to adjust this port as the default version
in Mk/bsd.default-versions.mk moves (or a user changes the default
locally).

Approved by:	lme (maintainer)
This commit is contained in:
Gerald Pfeifer 2018-07-07 13:37:00 +00:00
parent c31e361f72
commit f2d62f2c9d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=474082

View File

@ -19,7 +19,7 @@ BROKEN_armv7= fails to configure: _AX_COMPILER_VERSION_GNU unknown gcc major
BROKEN_powerpc64= fails to compile: sse-intrinsics.c: error: emmintrin.h: No such file or directory
USES= autoreconf cpe dos2unix gmake libtool ssl
USE_GCC= 6+
USE_GCC= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-experimental
CPE_VERSION= ${DISTVERSION:C/-.*//}