From 5e38d0bcb652a50741baa12863281550f031ff8e Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Sat, 12 Jan 2013 19:12:33 +0100 Subject: [PATCH] par2cmdline: add patch to support automake-1.13 Signed-off-by: Stephan Raue --- .../patches/par2cmdline-0.4-automake-1.13.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 packages/sysutils/par2cmdline/patches/par2cmdline-0.4-automake-1.13.patch diff --git a/packages/sysutils/par2cmdline/patches/par2cmdline-0.4-automake-1.13.patch b/packages/sysutils/par2cmdline/patches/par2cmdline-0.4-automake-1.13.patch new file mode 100644 index 0000000000..f0dafb7da3 --- /dev/null +++ b/packages/sysutils/par2cmdline/patches/par2cmdline-0.4-automake-1.13.patch @@ -0,0 +1,12 @@ +diff -Naur par2cmdline-0.4/configure.ac par2cmdline-0.4.patch/configure.ac +--- par2cmdline-0.4/configure.ac 2004-04-12 18:42:39.000000000 +0200 ++++ par2cmdline-0.4.patch/configure.ac 2013-01-12 19:09:03.358940253 +0100 +@@ -25,7 +25,7 @@ + + AC_CANONICAL_HOST + +-AM_CONFIG_HEADER([config.h]) ++AC_CONFIG_HEADERS([config.h]) + AM_INIT_AUTOMAKE + +