Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Jan 2020 12:04:19 +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: r522880 - head/security/modsecurity3-nginx
Message-ID:  <202001131204.00DC4JWU079503@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Mon Jan 13 12:04:19 2020
New Revision: 522880
URL: https://svnweb.freebsd.org/changeset/ports/522880

Log:
  security/modsecurity3-nginx: fix build on GCC architectures
  
  C11 compiler is needed because of typedef redefinitions.
  
  MFH:		2020Q1 (fix build blanket)

Modified:
  head/security/modsecurity3-nginx/Makefile

Modified: head/security/modsecurity3-nginx/Makefile
==============================================================================
--- head/security/modsecurity3-nginx/Makefile	Mon Jan 13 11:56:42 2020	(r522879)
+++ head/security/modsecurity3-nginx/Makefile	Mon Jan 13 12:04:19 2020	(r522880)
@@ -15,6 +15,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 LIB_DEPENDS=	libmodsecurity.so:security/modsecurity3
 
+USES=		compiler:c11
 USE_GITHUB=	nodefault
 GH_TUPLE=	SpiderLabs:ModSecurity-nginx:d7101e1:modsecurity3
 



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