Revision: 103275 https://trac.macports.org/changeset/103275 Author: ryandesign@macports.org Date: 2013-02-19 17:40:06 -0800 (Tue, 19 Feb 2013) Log Message: ----------- xplanet: fix autoreconf failure with automake 1.13 (#38128) Modified Paths: -------------- trunk/dports/x11/xplanet/Portfile Added Paths: ----------- trunk/dports/x11/xplanet/files/patch-automake-1.13.diff Modified: trunk/dports/x11/xplanet/Portfile =================================================================== --- trunk/dports/x11/xplanet/Portfile 2013-02-19 23:26:00 UTC (rev 103274) +++ trunk/dports/x11/xplanet/Portfile 2013-02-20 01:40:06 UTC (rev 103275) @@ -31,7 +31,7 @@ port:jpeg \ port:tiff -patchfiles objc-flags.diff +patchfiles objc-flags.diff patch-automake-1.13.diff use_autoreconf yes Added: trunk/dports/x11/xplanet/files/patch-automake-1.13.diff =================================================================== --- trunk/dports/x11/xplanet/files/patch-automake-1.13.diff (rev 0) +++ trunk/dports/x11/xplanet/files/patch-automake-1.13.diff 2013-02-20 01:40:06 UTC (rev 103275) @@ -0,0 +1,11 @@ +--- configure.ac.orig 2012-03-18 08:04:01.000000000 -0500 ++++ configure.ac 2013-02-19 19:35:00.000000000 -0600 +@@ -3,7 +3,7 @@ + AC_CONFIG_SRCDIR(src/xplanet.cpp) + AM_INIT_AUTOMAKE + +-AM_CONFIG_HEADER(config.h) ++AC_CONFIG_HEADERS([config.h]) + + AC_PROG_CC + AC_PROG_CXX
participants (1)
-
ryandesign@macports.org