Date: Sun, 18 Nov 2018 18:32:58 +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: r485241 - head/www/gatling Message-ID: <201811181832.wAIIWw1a049730@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811181832.wAIIWw1a049730>