Fix build for GCC-based archs
PR: 232850 Submitted by: Piotr Kubaj
This commit is contained in:
parent
73fe290922
commit
58d3c386dc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=483612
1 changed files with 1 additions and 5 deletions
|
@ -12,11 +12,7 @@ COMMENT= Small, portable readline replacement
|
|||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BROKEN_mips= fails to compile: cc1plus: unrecognized command line option "-std=c++11"
|
||||
BROKEN_mips64= fails to compile: cc1plus: unrecognized command line option "-std=c++11"
|
||||
BROKEN_powerpc64= fails to compile: cc1plus: unrecognized command line option "-std=c++11"
|
||||
|
||||
USES= cmake
|
||||
USES= cmake compiler:c++11-lang
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= arangodb
|
||||
GH_PROJECT= linenoise-ng
|
||||
|
|
Loading…
Reference in a new issue