[101950] trunk/dports/devel/libast

ryandesign at macports.org ryandesign at macports.org
Tue Jan 22 07:31:49 PST 2013


Revision: 101950
          https://trac.macports.org/changeset/101950
Author:   ryandesign at macports.org
Date:     2013-01-22 07:31:48 -0800 (Tue, 22 Jan 2013)
Log Message:
-----------
libast: fix autoreconf failure with automake 1.13 (#37742)

Modified Paths:
--------------
    trunk/dports/devel/libast/Portfile

Added Paths:
-----------
    trunk/dports/devel/libast/files/
    trunk/dports/devel/libast/files/patch-automake-1.13.diff

Modified: trunk/dports/devel/libast/Portfile
===================================================================
--- trunk/dports/devel/libast/Portfile	2013-01-22 15:00:42 UTC (rev 101949)
+++ trunk/dports/devel/libast/Portfile	2013-01-22 15:31:48 UTC (rev 101950)
@@ -30,6 +30,8 @@
 	port:pcre \
 	port:freetype
 
+patchfiles          patch-automake-1.13.diff
+
 use_autoreconf yes
 autoreconf.args -fv
 autoreconf.env ACLOCAL="aclocal -I ${prefix}/share/aclocal -I ."

Added: trunk/dports/devel/libast/files/patch-automake-1.13.diff
===================================================================
--- trunk/dports/devel/libast/files/patch-automake-1.13.diff	                        (rev 0)
+++ trunk/dports/devel/libast/files/patch-automake-1.13.diff	2013-01-22 15:31:48 UTC (rev 101950)
@@ -0,0 +1,11 @@
+--- configure.in.orig	2006-01-16 22:23:49.000000000 -0600
++++ configure.in	2013-01-22 09:25:05.000000000 -0600
+@@ -21,7 +21,7 @@
+ AC_INIT(configure.in)
+ AM_INIT_AUTOMAKE(libast, 0.7)
+ AC_DEFINE_UNQUOTED(LIBAST_VERSION, "$VERSION", [Version])
+-AM_CONFIG_HEADER(config.h include/libast/sysdefs.h)
++AC_CONFIG_HEADERS([config.h include/libast/sysdefs.h])
+ 
+ LIBTOOLIZE="${SAVE_LIBTOOLIZE:-libtoolize}"
+ ACLOCAL="${SAVE_ACLOCAL:-aclocal}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130122/a503e71a/attachment.html>


More information about the macports-changes mailing list