diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-12-02 18:42:33 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-12-02 18:42:33 +0100 |
commit | 62cf4f1ab7f29f156dd399516e2301dc78fc9bb6 (patch) | |
tree | f3481a17dbdf7a5bb659efe0a40474873cf03092 /package/libmms/patches | |
parent | 52a49601ba47b77d93d4856f2ee01e55755905f1 (diff) |
update mpdbox package collection, new lighttpd, kernel, php, mpd, mpc, libmpd, ffmpeg
Diffstat (limited to 'package/libmms/patches')
-rw-r--r-- | package/libmms/patches/patch-ltmain_sh | 11 | ||||
-rw-r--r-- | package/libmms/patches/patch-src_mmsio_h | 10 |
2 files changed, 0 insertions, 21 deletions
diff --git a/package/libmms/patches/patch-ltmain_sh b/package/libmms/patches/patch-ltmain_sh deleted file mode 100644 index 709251ce3..000000000 --- a/package/libmms/patches/patch-ltmain_sh +++ /dev/null @@ -1,11 +0,0 @@ ---- libmms-0.5.orig/ltmain.sh 2009-11-03 10:26:05.000000000 +0100 -+++ libmms-0.5/ltmain.sh 2011-01-15 22:44:48.000000000 +0100 -@@ -4765,7 +4765,7 @@ func_mode_link () - # -p, -pg, --coverage, -fprofile-* pass through profiling flag for GCC - # @file GCC response files - -64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*| \ -- -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*) -+ -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-fstack-protector*|-flto) - func_quote_for_eval "$arg" - arg="$func_quote_for_eval_result" - func_append compile_command " $arg" diff --git a/package/libmms/patches/patch-src_mmsio_h b/package/libmms/patches/patch-src_mmsio_h deleted file mode 100644 index 9c2889900..000000000 --- a/package/libmms/patches/patch-src_mmsio_h +++ /dev/null @@ -1,10 +0,0 @@ ---- libmms-0.5.orig/src/mmsio.h 2009-10-31 13:35:28.000000000 +0100 -+++ libmms-0.5/src/mmsio.h 2013-09-17 19:11:25.000000000 +0200 -@@ -1,6 +1,7 @@ - #ifndef __MMS_IO_H__ - #define __MMS_IO_H__ - -+#include <fcntl.h> - #include "mms_config.h" - - /* On 64 bit file offset capable systems, libmms' configure script adds |