summaryrefslogtreecommitdiffstats
path: root/main/libtheora/automake.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2012-12-31 20:16:45 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2012-12-31 20:16:45 +0000
commit7443480d05c6c6574e539cad9f286546a8ce4c5b (patch)
treea07c64787f8d0d71e7b98e2682837116573f1318 /main/libtheora/automake.patch
parentbe9a735b32f1c87658c1ffe9afc8358f4c2e5007 (diff)
downloadaports-7443480d05c6c6574e539cad9f286546a8ce4c5b.tar.bz2
aports-7443480d05c6c6574e539cad9f286546a8ce4c5b.tar.xz
main/libtheora: build fix for automake-1.13
Diffstat (limited to 'main/libtheora/automake.patch')
-rw-r--r--main/libtheora/automake.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/main/libtheora/automake.patch b/main/libtheora/automake.patch
new file mode 100644
index 000000000..f00497058
--- /dev/null
+++ b/main/libtheora/automake.patch
@@ -0,0 +1,11 @@
+--- ./configure.ac.orig 2012-12-31 20:15:29.384600257 +0000
++++ ./configure.ac 2012-12-31 20:15:38.461347599 +0000
+@@ -9,7 +9,7 @@
+ AC_CANONICAL_HOST
+ AC_CANONICAL_TARGET
+
+-AM_CONFIG_HEADER([config.h])
++AC_CONFIG_HEADER([config.h])
+ AC_CONFIG_SRCDIR([lib/fdct.c])
+ AM_INIT_AUTOMAKE
+ AM_MAINTAINER_MODE