svn commit: r522880 - head/security/modsecurity3-nginx
Piotr Kubaj
pkubaj at FreeBSD.org
Mon Jan 13 12:04:19 UTC 2020
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
More information about the svn-ports-head
mailing list