replacing dave's tremor (libvorbisidec) through "normal" unpatched tremor so that e.g. mpd can be compiled against it
Signed-off-by: Mirko Vogt <dev@nanl.de> git-svn-id: svn://svn.openwrt.org/openwrt/packages@9751 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
17
libs/libvorbisidec/patches/100-disable_autoheader.patch
Normal file
17
libs/libvorbisidec/patches/100-disable_autoheader.patch
Normal file
@ -0,0 +1,17 @@
|
||||
*** libvorbisidec-1.0.2+svn12153/autogen.sh.orig Tue Nov 20 19:07:46 2007
|
||||
--- libvorbisidec-1.0.2+svn12153/autogen.sh Tue Nov 20 19:08:24 2007
|
||||
***************
|
||||
*** 109,120 ****
|
||||
$ACLOCAL $ACLOCAL_FLAGS || exit 1
|
||||
echo " $LIBTOOLIZE --automake"
|
||||
$LIBTOOLIZE --automake || exit 1
|
||||
- echo " autoheader"
|
||||
- autoheader || exit 1
|
||||
echo " $AUTOMAKE --add-missing $AUTOMAKE_FLAGS"
|
||||
$AUTOMAKE --add-missing $AUTOMAKE_FLAGS || exit 1
|
||||
echo " autoconf"
|
||||
autoconf || exit 1
|
||||
|
||||
cd $olddir
|
||||
- $srcdir/configure --enable-maintainer-mode "$@" && echo
|
||||
--- 109,117 ----
|
Reference in New Issue
Block a user