Date: Wed, 1 May 2019 01:34:12 +0000 (UTC) From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r500577 - head/www/faup Message-ID: <201905010134.x411YCiW036886@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pkubaj Date: Wed May 1 01:34:12 2019 New Revision: 500577 URL: https://svnweb.freebsd.org/changeset/ports/500577 Log: www/faup: fix build with GCC-based architectures Require new compiler because of: /wrkdirs/usr/ports/www/faup/work/faup-1.5-48-g88dbbe2/src/lib/civetweb/civetweb.c:3614: error: #pragma GCC diagnostic not allowed inside functions /wrkdirs/usr/ports/www/faup/work/faup-1.5-48-g88dbbe2/src/lib/civetweb/civetweb.c:3615: error: #pragma GCC diagnostic not allowed inside functions /wrkdirs/usr/ports/www/faup/work/faup-1.5-48-g88dbbe2/src/lib/civetweb/civetweb.c:3621: error: #pragma GCC diagnostic not allowed inside functions Approved by: mentors (implicit approval) Modified: head/www/faup/Makefile Modified: head/www/faup/Makefile ============================================================================== --- head/www/faup/Makefile Wed May 1 01:23:09 2019 (r500576) +++ head/www/faup/Makefile Wed May 1 01:34:12 2019 (r500577) @@ -17,7 +17,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USE_GITHUB= yes GH_ACCOUNT= stricaud -USES= cmake lua +USES= cmake compiler:c++11-lang lua USE_LDCONFIG= yes PORTDOCS= *
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905010134.x411YCiW036886>