svn commit: r446877 - head/www/mod_security-devel

Kurt Jaeger pi at FreeBSD.org
Sat Jul 29 11:55:23 UTC 2017


Author: pi
Date: Sat Jul 29 11:55:22 2017
New Revision: 446877
URL: https://svnweb.freebsd.org/changeset/ports/446877

Log:
  www/mod_security-devel: add comment to explain USE_GCC
  
  PR:		220352
  Submitted by:	Marius Halden <marius.h at lden.org>

Modified:
  head/www/mod_security-devel/Makefile

Modified: head/www/mod_security-devel/Makefile
==============================================================================
--- head/www/mod_security-devel/Makefile	Sat Jul 29 11:32:22 2017	(r446876)
+++ head/www/mod_security-devel/Makefile	Sat Jul 29 11:55:22 2017	(r446877)
@@ -16,6 +16,7 @@ LIB_DEPENDS=	libcurl.so:ftp/curl \
 
 USES=		gmake autoreconf libtool pkgconfig:build
 USE_GNOME=	libxml2
+# GCC because of https://github.com/SpiderLabs/ModSecurity/issues/1411
 USE_GCC=	6+
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes


More information about the svn-ports-all mailing list