diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-11-24 18:33:31 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-11-24 18:33:31 +0100 |
commit | eb283f8f1e8af9715f253208d04ab97aa54ce6a7 (patch) | |
tree | 76149d60a1c2f1b3e252b1ea76038c6625fcfbbc /package/mpd/patches | |
parent | 5354c72e7c5003499a2a1c7bdf3889e66cd29214 (diff) |
update mpd, libvirt, php and openldap
- make more features available in mpd
- add libmms package
- do not call redundant clean on cleantarget
Diffstat (limited to 'package/mpd/patches')
-rw-r--r-- | package/mpd/patches/patch-m4_lame_m4 | 20 | ||||
-rw-r--r-- | package/mpd/patches/patch-src_listen_h | 11 |
2 files changed, 20 insertions, 11 deletions
diff --git a/package/mpd/patches/patch-m4_lame_m4 b/package/mpd/patches/patch-m4_lame_m4 new file mode 100644 index 000000000..b2f009293 --- /dev/null +++ b/package/mpd/patches/patch-m4_lame_m4 @@ -0,0 +1,20 @@ +--- 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) diff --git a/package/mpd/patches/patch-src_listen_h b/package/mpd/patches/patch-src_listen_h deleted file mode 100644 index e14baa2bb..000000000 --- a/package/mpd/patches/patch-src_listen_h +++ /dev/null @@ -1,11 +0,0 @@ -$Id: update-patches 24 2008-08-31 14:56:13Z wbx $ ---- mpd-0.14.2.orig/src/listen.h 2009-02-13 17:12:00.000000000 +0100 -+++ mpd-0.14.2/src/listen.h 2009-05-29 00:49:32.000000000 +0200 -@@ -20,6 +20,7 @@ - #define MPD_LISTEN_H - - #include <sys/select.h> -+#include <linux/socket.h> - - extern int boundPort; - |