summaryrefslogtreecommitdiffstats
path: root/main/a52dec/automake.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2013-04-23 12:44:30 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2013-04-23 12:44:30 +0000
commitc074070d0729642fc34957606163d66decf6b3ac (patch)
tree741e51817084f98c410580bacd33a0db9f6992db /main/a52dec/automake.patch
parentad398f485265f2d649e4372909745c09992dd004 (diff)
downloadaports-c074070d0729642fc34957606163d66decf6b3ac.tar.bz2
aports-c074070d0729642fc34957606163d66decf6b3ac.tar.xz
main/a52dec: automake fix
Diffstat (limited to 'main/a52dec/automake.patch')
-rw-r--r--main/a52dec/automake.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/main/a52dec/automake.patch b/main/a52dec/automake.patch
new file mode 100644
index 000000000..42231e040
--- /dev/null
+++ b/main/a52dec/automake.patch
@@ -0,0 +1,11 @@
+--- ./configure.in.orig 2013-04-23 12:43:16.258733686 +0000
++++ ./configure.in 2013-04-23 12:43:32.922233281 +0000
+@@ -6,7 +6,7 @@
+ AC_CONFIG_FILES([Makefile autotools/Makefile include/Makefile test/Makefile
+ doc/Makefile src/Makefile liba52/Makefile libao/Makefile vc++/Makefile])
+ AM_INIT_AUTOMAKE([a52dec],[0.7.4])
+-AM_CONFIG_HEADER(include/config.h)
++AC_CONFIG_HEADERS(include/config.h)
+ AM_MAINTAINER_MODE
+ AC_CANONICAL_HOST
+