mod_security: attempt to fix build failure by adding -std=gnu89.
--- 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