diff options
Diffstat (limited to 'user/libtheora/automake.patch')
-rw-r--r-- | user/libtheora/automake.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/user/libtheora/automake.patch b/user/libtheora/automake.patch new file mode 100644 index 000000000..f00497058 --- /dev/null +++ b/user/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 |