svn commit: r485237 - head/lang/squirrel

Mark Linimon linimon at FreeBSD.org
Sun Nov 18 18:21:30 UTC 2018


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


More information about the svn-ports-all mailing list