MFH: r522080

Add compiler:c++11-lang to USES to try to fix build on GCC-based
systems:

  CMake Error at CMakeLists.txt:112 (message): GCC version must be at least 6.1!

Unfortunately this merely gets to a failure later on in the build
for powerpc64.

Approved by:	portmgr (tier-2 blanket)
This commit is contained in:
Mark Linimon 2020-01-05 04:07:04 +00:00
parent b3e2a56f24
commit a53a1fa32a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/branches/2020Q1/; revision=522086

View File

@ -12,10 +12,11 @@ LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/License.md
BROKEN_i386= fails to build: a declaration of 'Mul128' must be available
BROKEN_powerpc64= fails to build: math/native_int/binint.h:510:11: error: Architecture not supported for MultD()
BUILD_DEPENDS= autoconf:devel/autoconf # possibly a mistake in the project
USES= cmake:noninja localbase
USES= cmake:noninja compiler:c++11-lang localbase
USE_GITLAB= yes
USE_GITHUB= nodefault
GL_PROJECT= palisade-development