svn commit: r556755 - head/www/nginx

Piotr Kubaj pkubaj at FreeBSD.org
Tue Dec 1 16:21:52 UTC 2020


Author: pkubaj
Date: Tue Dec  1 16:21:52 2020
New Revision: 556755
URL: https://svnweb.freebsd.org/changeset/ports/556755

Log:
  www/nginx: fix build of slave ports on GCC architectures
  
  Instead of manually setting USE_CSTD=c99 or USES=compiler:c11 for the relevant modules (e.g. naxsi), just bump USES here.

Modified:
  head/www/nginx/Makefile

Modified: head/www/nginx/Makefile
==============================================================================
--- head/www/nginx/Makefile	Tue Dec  1 15:59:51 2020	(r556754)
+++ head/www/nginx/Makefile	Tue Dec  1 16:21:52 2020	(r556755)
@@ -24,7 +24,7 @@ CONFLICTS_INSTALL=	nginx-devel
 
 PORTSCOUT=	limit:^1\.18\.[0-9]*
 
-USES=		cpe
+USES=		compiler:c11 cpe
 
 CPE_VENDOR=	nginx
 CPE_PRODUCT=	nginx


More information about the svn-ports-head mailing list