summaryrefslogtreecommitdiff
path: root/package/mpd/patches/patch-m4_lame_m4
diff options
context:
space:
mode:
Diffstat (limited to 'package/mpd/patches/patch-m4_lame_m4')
-rw-r--r--package/mpd/patches/patch-m4_lame_m420
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)