diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-08-28 12:16:00 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-08-28 12:16:10 +0200 |
commit | 76b0c60b5a04647a13cf0fd975ab84972ae1e51d (patch) | |
tree | 34a763f0791d46364b8a7423b200a30d514039f4 /package/kodi/patches/patch-lib_cpluff_autogen_sh | |
parent | d417d12720f20c8b051260e571ae2a1a9fde1a2e (diff) |
update ffmpeg, add experimental kodi package, add freescale libraries
Diffstat (limited to 'package/kodi/patches/patch-lib_cpluff_autogen_sh')
-rw-r--r-- | package/kodi/patches/patch-lib_cpluff_autogen_sh | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/package/kodi/patches/patch-lib_cpluff_autogen_sh b/package/kodi/patches/patch-lib_cpluff_autogen_sh new file mode 100644 index 000000000..24a84ea38 --- /dev/null +++ b/package/kodi/patches/patch-lib_cpluff_autogen_sh @@ -0,0 +1,10 @@ +--- xbmc-13.0rc1.orig/lib/cpluff/autogen.sh 2014-04-30 15:43:53.000000000 +0200 ++++ xbmc-13.0rc1/lib/cpluff/autogen.sh 2014-05-05 12:15:29.307227206 +0200 +@@ -15,7 +15,6 @@ fi + + # Generate files in top level directory + cd "$basedir" +-autopoint + rm -f ABOUT-NLS + test -d auxliary || mkdir auxliary + libtoolize --automake -f |