Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Dec 2020 16:21:52 +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: r556755 - head/www/nginx
Message-ID:  <202012011621.0B1GLqjx080619@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012011621.0B1GLqjx080619>