Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 Oct 2018 20:38:12 +0000 (UTC)
From:      David Thiel <lx@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r483612 - head/devel/linenoise-ng
Message-ID:  <201810312038.w9VKcC8f029273@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: lx
Date: Wed Oct 31 20:38:12 2018
New Revision: 483612
URL: https://svnweb.freebsd.org/changeset/ports/483612

Log:
  Fix build for GCC-based archs
  
  PR:		232850
  Submitted by: Piotr	Kubaj

Modified:
  head/devel/linenoise-ng/Makefile

Modified: head/devel/linenoise-ng/Makefile
==============================================================================
--- head/devel/linenoise-ng/Makefile	Wed Oct 31 20:19:04 2018	(r483611)
+++ head/devel/linenoise-ng/Makefile	Wed Oct 31 20:38:12 2018	(r483612)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810312038.w9VKcC8f029273>