From 1d0c46287d508236506ee59417e8da05c0cee3e5 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Fri, 19 Feb 2010 00:54:12 +0100 Subject: avoid autotools usage on host system There are to many combinations of autotools on host systems. If you need to patch the autotool buildsystem of a package always add a autotool.patch and regenerate configure on your host. That is the most portable way. --- package/mpd/patches/patch-m4_lame_m4 | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 package/mpd/patches/patch-m4_lame_m4 (limited to 'package/mpd/patches/patch-m4_lame_m4') diff --git a/package/mpd/patches/patch-m4_lame_m4 b/package/mpd/patches/patch-m4_lame_m4 deleted file mode 100644 index b2f009293..000000000 --- a/package/mpd/patches/patch-m4_lame_m4 +++ /dev/null @@ -1,20 +0,0 @@ ---- mpd-0.15.6.orig/m4/lame.m4 2009-11-19 03:47:51.000000000 +0100 -+++ mpd-0.15.6/m4/lame.m4 2009-11-23 23:06:27.000000000 +0100 -@@ -25,8 +25,6 @@ if test "x$lame_prefix" != "xno" ; then - LAME_LIBS="-L$lame_libraries" - elif test "x$lame_prefix" != "x" ; then - LAME_LIBS="-L$lame_prefix/lib" -- elif test "x$prefix" != "xNONE" ; then -- LAME_LIBS="-L$prefix/lib" - fi - - LAME_LIBS="$LAME_LIBS -lmp3lame -lm" -@@ -35,8 +33,6 @@ if test "x$lame_prefix" != "xno" ; then - LAME_CFLAGS="-I$lame_includes" - elif test "x$lame_prefix" != "x" ; then - LAME_CFLAGS="-I$lame_prefix/include" -- elif test "x$prefix" != "xNONE"; then -- LAME_CFLAGS="-I$prefix/include" - fi - - AC_MSG_CHECKING(for liblame) -- cgit v1.2.3