aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Thiel <lx@FreeBSD.org>2018-10-31 20:38:12 +0000
committerDavid Thiel <lx@FreeBSD.org>2018-10-31 20:38:12 +0000
commit58d3c386dcab12af1568e38c32dd4972e5d1731a (patch)
tree559dde6d968aeb8539ffe3119fa39d6d3cec5586
parent73fe290922364525042a37b952102cb801a330e9 (diff)
downloadports-58d3c386dcab12af1568e38c32dd4972e5d1731a.tar.gz
ports-58d3c386dcab12af1568e38c32dd4972e5d1731a.zip
Fix build for GCC-based archs
PR: 232850 Submitted by: Piotr Kubaj
Notes
Notes: svn path=/head/; revision=483612
-rw-r--r--devel/linenoise-ng/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/devel/linenoise-ng/Makefile b/devel/linenoise-ng/Makefile
index b6607500ed19..dffdde755f5d 100644
--- a/devel/linenoise-ng/Makefile
+++ b/devel/linenoise-ng/Makefile
@@ -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