diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-02-20 17:20:42 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-02-20 17:20:42 +0100 |
commit | 6ef4e0a6d3454a9d9ca955ddad78d9d51a7305c7 (patch) | |
tree | e54ce758c6e694253b2a9238c4e14c2d40310c29 /package/mpd/patches/patch-m4_lame_m4 | |
parent | 0097a8249ca2d1a498b457019db15d3540a259f3 (diff) | |
parent | 3aa3f2fc1f6272b36726d9ea7ee20f6ff08ae868 (diff) |
Merge branch 'master' of git+ssh://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) |