svn commit: r483612 - head/devel/linenoise-ng

David Thiel lx at FreeBSD.org
Wed Oct 31 20:38:13 UTC 2018


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


More information about the svn-ports-head mailing list