[101164] trunk/dports/devel/cppunit
jeremyhu at macports.org
jeremyhu at macports.org
Sat Jan 5 10:42:28 PST 2013
Revision: 101164
https://trac.macports.org/changeset/101164
Author: jeremyhu at macports.org
Date: 2013-01-05 10:42:28 -0800 (Sat, 05 Jan 2013)
Log Message:
-----------
cppunit: Fix build with newer automake
Modified Paths:
--------------
trunk/dports/devel/cppunit/Portfile
Added Paths:
-----------
trunk/dports/devel/cppunit/files/
trunk/dports/devel/cppunit/files/automake.patch
Modified: trunk/dports/devel/cppunit/Portfile
===================================================================
--- trunk/dports/devel/cppunit/Portfile 2013-01-05 18:39:24 UTC (rev 101163)
+++ trunk/dports/devel/cppunit/Portfile 2013-01-05 18:42:28 UTC (rev 101164)
@@ -23,6 +23,8 @@
--disable-doxygen \
--disable-dot
+patchfiles automake.patch
+
use_autoreconf yes
autoreconf.args -fvi
Added: trunk/dports/devel/cppunit/files/automake.patch
===================================================================
--- trunk/dports/devel/cppunit/files/automake.patch (rev 0)
+++ trunk/dports/devel/cppunit/files/automake.patch 2013-01-05 18:42:28 UTC (rev 101164)
@@ -0,0 +1,11 @@
+--- configure.in.orig 2013-01-05 10:38:28.000000000 -0800
++++ configure.in 2013-01-05 10:38:49.000000000 -0800
+@@ -37,7 +37,7 @@ AC_SUBST(LT_REVISION)
+ AC_SUBST(LT_AGE)
+
+ AC_CONFIG_AUX_DIR(config)
+-AM_CONFIG_HEADER(config/config.h)
++AC_CONFIG_HEADERS([config/config.h])
+ AM_INIT_AUTOMAKE(cppunit, $CPPUNIT_VERSION)
+
+ # General "with" options
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130105/b6a30837/attachment-0001.html>
More information about the macports-changes
mailing list