summaryrefslogtreecommitdiff
path: root/user/faad2/automake.patch
diff options
context:
space:
mode:
Diffstat (limited to 'user/faad2/automake.patch')
-rw-r--r--user/faad2/automake.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/user/faad2/automake.patch b/user/faad2/automake.patch
new file mode 100644
index 000000000..809031eb0
--- /dev/null
+++ b/user/faad2/automake.patch
@@ -0,0 +1,11 @@
+--- ./configure.in.orig 2012-12-31 10:42:26.394219312 +0000
++++ ./configure.in 2012-12-31 10:42:43.294360781 +0000
+@@ -25,7 +25,7 @@
+ AC_PROG_MAKE_SET
+ AC_CHECK_PROGS(RPMBUILD, rpmbuild, rpm)
+
+-AM_CONFIG_HEADER(config.h)
++AC_CONFIG_HEADER(config.h)
+
+ AC_ARG_WITH(xmms,[ --with-xmms compile XMMS-1 plugin],
+ WITHXMMS=$withval, WITHXMMS=no)