[128949] trunk/dports/www/mod_security/Portfile
Revision: 128949 https://trac.macports.org/changeset/128949 Author: ionic@macports.org Date: 2014-11-30 18:07:13 -0800 (Sun, 30 Nov 2014) Log Message: ----------- mod_security: attempt to fix build failure by adding -std=gnu89. Modified Paths: -------------- trunk/dports/www/mod_security/Portfile Modified: trunk/dports/www/mod_security/Portfile =================================================================== --- trunk/dports/www/mod_security/Portfile 2014-12-01 01:54:34 UTC (rev 128948) +++ trunk/dports/www/mod_security/Portfile 2014-12-01 02:07:13 UTC (rev 128949) @@ -31,6 +31,8 @@ use_configure no #variant apache1 { + # See #41436 et al. + configure.cflags-append -std=gnu89 depends_lib port:apache build.cmd ${prefix}/sbin/apxs set apachedir apache
participants (1)
-
ionic@macports.org