[packages] libmpcdec: fix autoreconf
authorJo-Philipp Wich <[email protected]>
Sun, 12 Dec 2010 19:51:37 +0000 (19:51 +0000)
committerJo-Philipp Wich <[email protected]>
Sun, 12 Dec 2010 19:51:37 +0000 (19:51 +0000)
SVN-Revision: 24523

libs/libmpcdec/patches/001-automake-compat.patch [new file with mode: 0644]

diff --git a/libs/libmpcdec/patches/001-automake-compat.patch b/libs/libmpcdec/patches/001-automake-compat.patch
new file mode 100644 (file)
index 0000000..4cb4c5a
--- /dev/null
@@ -0,0 +1,10 @@
+--- a/configure.ac
++++ b/configure.ac
+@@ -4,6 +4,7 @@ AC_CONFIG_AUX_DIR(config)
+ AM_INIT_AUTOMAKE(libmpcdec,1.2.6)
+ AM_CONFIG_HEADER(include/config.h)
++AC_PROG_CXX
+ AM_PROG_LIBTOOL
+ CFLAGS="$CFLAGS -O3 -fomit-frame-pointer -fPIC"