Date: Sun, 18 Nov 2018 18:28:14 +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: r485240 - head/www/edbrowse Message-ID: <201811181828.wAIISEti044809@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Sun Nov 18 18:28:13 2018 New Revision: 485240 URL: https://svnweb.freebsd.org/changeset/ports/485240 Log: Add compiler:c11 to USES to fix build on powerpc64. Approved by: portmgr (tier-2 blanket) Modified: head/www/edbrowse/Makefile Modified: head/www/edbrowse/Makefile ============================================================================== --- head/www/edbrowse/Makefile Sun Nov 18 18:27:11 2018 (r485239) +++ head/www/edbrowse/Makefile Sun Nov 18 18:28:13 2018 (r485240) @@ -16,7 +16,7 @@ LIB_DEPENDS= libpcre.so:devel/pcre \ libtidy5.so:www/tidy-html5 \ libduktape.so:lang/duktape-lib -USES= cmake perl5 readline +USES= cmake compiler:c11 perl5 readline USE_PERL5= build USE_GITHUB= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811181828.wAIISEti044809>