Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Jul 2017 11:55:22 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r446877 - head/www/mod_security-devel
Message-ID:  <201707291155.v6TBtMIu034778@repo.freebsd.org>

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



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