svn commit: r485241 - head/www/gatling

Mark Linimon linimon at FreeBSD.org
Sun Nov 18 18:32:58 UTC 2018


Author: linimon
Date: Sun Nov 18 18:32:57 2018
New Revision: 485241
URL: https://svnweb.freebsd.org/changeset/ports/485241

Log:
  Add compiler:c++11-lang to USES to fix build on powerpc64.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/www/gatling/Makefile

Modified: head/www/gatling/Makefile
==============================================================================
--- head/www/gatling/Makefile	Sun Nov 18 18:28:13 2018	(r485240)
+++ head/www/gatling/Makefile	Sun Nov 18 18:32:57 2018	(r485241)
@@ -13,11 +13,10 @@ LICENSE=	GPLv2
 
 BROKEN_mips=		fails to compile: dirfd.c: error: expected ';', ',' or ')' before 'key'
 BROKEN_mips64=		fails to compile: dirfd.c: error: expected ';', ',' or ')' before 'key'
-BROKEN_powerpc64=	fails to compile: dirfd.c: error: expected ';', ',' or ')' before 'key'
 
 BUILD_DEPENDS=	libowfat>=0.31:devel/libowfat
 
-USES=		gmake ssl tar:xz
+USES=		compiler:c++11-lang gmake ssl tar:xz
 USE_RC_SUBR=	gatling
 
 CFLAGS+=	-I${LOCALBASE}/include/libowfat -I${OPENSSLINC} -I${LOCALBASE}/include


More information about the svn-ports-all mailing list