From 5867a1a85fd2d27aeea552b37e782002d7813acf Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Sat, 12 Jan 2013 17:51:14 +0100 Subject: [PATCH] libmad: add patch to support automake-1.13 Signed-off-by: Stephan Raue --- .../patches/libmad-0.15.1b-automake_1.13.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 packages/audio/libmad/patches/libmad-0.15.1b-automake_1.13.patch diff --git a/packages/audio/libmad/patches/libmad-0.15.1b-automake_1.13.patch b/packages/audio/libmad/patches/libmad-0.15.1b-automake_1.13.patch new file mode 100644 index 0000000000..270ff8156b --- /dev/null +++ b/packages/audio/libmad/patches/libmad-0.15.1b-automake_1.13.patch @@ -0,0 +1,12 @@ +diff -Naur libmad-0.15.1b-old/configure.ac libmad-0.15.1b-new/configure.ac +--- libmad-0.15.1b-old/configure.ac 2004-01-23 01:41:32.000000000 -0800 ++++ libmad-0.15.1b-new/configure.ac 2012-12-30 15:14:37.000000000 -0800 +@@ -28,7 +28,7 @@ + + AM_INIT_AUTOMAKE + +-AM_CONFIG_HEADER([config.h]) ++AC_CONFIG_HEADERS([config.h]) + + dnl System type. +