Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Nov 2018 18:21:29 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r485237 - head/lang/squirrel
Message-ID:  <201811181821.wAIILTt1039548@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Sun Nov 18 18:21:28 2018
New Revision: 485237
URL: https://svnweb.freebsd.org/changeset/ports/485237

Log:
  Add compiler:c++11-lang to USES to fix build on powerpc64.

Modified:
  head/lang/squirrel/Makefile

Modified: head/lang/squirrel/Makefile
==============================================================================
--- head/lang/squirrel/Makefile	Sun Nov 18 18:19:40 2018	(r485236)
+++ head/lang/squirrel/Makefile	Sun Nov 18 18:21:28 2018	(r485237)
@@ -13,9 +13,7 @@ COMMENT=	High level imperative/OO programming language
 
 CONFLICTS=	squsq-[0-9]*
 
-BROKEN_powerpc64=	fails to compile: cc1plus: error: unrecognized command line option -std=c++0x
-
-USES=		cmake dos2unix
+USES=		cmake compiler:c++11-lang dos2unix
 CMAKE_ARGS=	-DINSTALL_INC_DIR:STRING=include
 USE_LDCONFIG=	yes
 WRKSRC=		${WRKDIR}/${PORTNAME}3



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