svn commit: r500577 - head/www/faup
Piotr Kubaj
pkubaj at FreeBSD.org
Wed May 1 01:34:13 UTC 2019
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= *
More information about the svn-ports-all
mailing list