[101050] trunk/dports/x11/xtrap/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Thu Jan 3 10:13:20 PST 2013


Revision: 101050
          https://trac.macports.org/changeset/101050
Author:   jeremyhu at macports.org
Date:     2013-01-03 10:13:20 -0800 (Thu, 03 Jan 2013)
Log Message:
-----------
xtrap: Build fix for automake 1.13

Modified Paths:
--------------
    trunk/dports/x11/xtrap/Portfile

Modified: trunk/dports/x11/xtrap/Portfile
===================================================================
--- trunk/dports/x11/xtrap/Portfile	2013-01-03 18:05:28 UTC (rev 101049)
+++ trunk/dports/x11/xtrap/Portfile	2013-01-03 18:13:20 UTC (rev 101050)
@@ -33,6 +33,9 @@
 
 use_autoreconf yes
 autoreconf.args -fvi
+post-patch {
+	reinplace {s:AM_CONFIG_HEADER(\(.*\)):AC_CONFIG_HEADERS([\1]):} ${worksrcpath}/configure.ac
+}
 
 livecheck.type      regex
 livecheck.regex     ${name}-(\[\\d.\]+)${extract.suffix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130103/7aeb1c04/attachment.html>


More information about the macports-changes mailing list