Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Jan 2020 12:05:59 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r522881 - branches/2020Q1/security/modsecurity3-nginx
Message-ID:  <202001131205.00DC5xcG079733@repo.freebsd.org>

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

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

Modified:
  branches/2020Q1/security/modsecurity3-nginx/Makefile
Directory Properties:
  branches/2020Q1/   (props changed)

Modified: branches/2020Q1/security/modsecurity3-nginx/Makefile
==============================================================================
--- branches/2020Q1/security/modsecurity3-nginx/Makefile	Mon Jan 13 12:04:19 2020	(r522880)
+++ branches/2020Q1/security/modsecurity3-nginx/Makefile	Mon Jan 13 12:05:59 2020	(r522881)
@@ -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?202001131205.00DC5xcG079733>