[123378] trunk/dports/irc/znc/Portfile

mfeiri at macports.org mfeiri at macports.org
Fri Aug 8 15:23:37 PDT 2014


Revision: 123378
          https://trac.macports.org/changeset/123378
Author:   mfeiri at macports.org
Date:     2014-08-08 15:23:37 -0700 (Fri, 08 Aug 2014)
Log Message:
-----------
znc: restore post-extract for compatibility with old versions of gcc

Modified Paths:
--------------
    trunk/dports/irc/znc/Portfile

Modified: trunk/dports/irc/znc/Portfile
===================================================================
--- trunk/dports/irc/znc/Portfile	2014-08-08 22:13:43 UTC (rev 123377)
+++ trunk/dports/irc/znc/Portfile	2014-08-08 22:23:37 UTC (rev 123378)
@@ -26,6 +26,11 @@
 depends_lib         port:openssl port:tcl port:perl5
 configure.args      --enable-perl --enable-tcl --with-tcl=${prefix}/lib --disable-python
 
+post-extract {
+    reinplace "s|-Wno-type-limits||g" ${worksrcpath}/modules/modperl/Makefile.inc
+    reinplace "s|-Wno-strict-overflow||g" ${worksrcpath}/modules/modperl/Makefile.inc
+}
+
 variant python33 description "Enable Python modules, using python33" conflicts python34 {
     compiler.blacklist-append { clang <= 503.0.38  }
     configure.args-replace --disable-python --enable-python
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140808/b335d4fb/attachment.html>


More information about the macports-changes mailing list