[128949] trunk/dports/www/mod_security/Portfile

ionic at macports.org ionic at macports.org
Sun Nov 30 18:07:13 PST 2014


Revision: 128949
          https://trac.macports.org/changeset/128949
Author:   ionic at 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141130/84204638/attachment-0001.html>


More information about the macports-changes mailing list