diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-02-21 18:51:50 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-02-21 18:51:50 +0100 |
commit | 18430215845a1ba4adab10062d33204fd26bd8fb (patch) | |
tree | 33aa3ec2a66f0c7a170837135a74059359b42a4e /package/mpd/patches/patch-m4_lame_m4 | |
parent | f799b95adfe39ddee1324e2901a823ecdf2fe44d (diff) | |
parent | 08c3724108f33060956438bff670ee1135f473b1 (diff) |
Merge branch 'master' of git+ssh://wbx@openadk.org/git/openadk
Diffstat (limited to 'package/mpd/patches/patch-m4_lame_m4')
-rw-r--r-- | package/mpd/patches/patch-m4_lame_m4 | 20 |
1 files changed, 0 insertions, 20 deletions
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) |