Revision: 100918 https://trac.macports.org/changeset/100918 Author: devans@macports.org Date: 2012-12-31 19:33:12 -0800 (Mon, 31 Dec 2012) Log Message: ----------- schroedinger: fix build with automake-1.13, add open maintainer. Modified Paths: -------------- trunk/dports/multimedia/schroedinger/Portfile Added Paths: ----------- trunk/dports/multimedia/schroedinger/files/patch-configure.ac.diff Modified: trunk/dports/multimedia/schroedinger/Portfile =================================================================== --- trunk/dports/multimedia/schroedinger/Portfile 2013-01-01 03:13:15 UTC (rev 100917) +++ trunk/dports/multimedia/schroedinger/Portfile 2013-01-01 03:33:12 UTC (rev 100918) @@ -7,7 +7,7 @@ version 1.0.11 categories multimedia license {MPL-1.1 MIT LGPL-2 GPL-2} -maintainers devans +maintainers devans openmaintainer platforms darwin homepage http://diracvideo.org/ master_sites http://diracvideo.org/download/${name} @@ -28,7 +28,8 @@ depends_lib port:orc -patchfiles patch-testsuite-Makefile.am.diff +patchfiles patch-testsuite-Makefile.am.diff \ + patch-configure.ac.diff use_autoreconf yes autoreconf.args -vfi Added: trunk/dports/multimedia/schroedinger/files/patch-configure.ac.diff =================================================================== --- trunk/dports/multimedia/schroedinger/files/patch-configure.ac.diff (rev 0) +++ trunk/dports/multimedia/schroedinger/files/patch-configure.ac.diff 2013-01-01 03:33:12 UTC (rev 100918) @@ -0,0 +1,11 @@ +--- configure.ac.orig 2012-12-31 19:22:38.000000000 -0800 ++++ configure.ac 2012-12-31 19:23:29.000000000 -0800 +@@ -12,7 +12,7 @@ + SCHRO_MAJORMINOR=1.0 + AC_SUBST(SCHRO_MAJORMINOR) + +-AM_CONFIG_HEADER(config.h) ++AC_CONFIG_HEADERS(config.h) + + dnl CURRENT, REVISION, AGE + dnl - library source changed -> increment REVISION