diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-30 16:55:12 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-30 16:55:12 +0200 |
commit | aa010704b0bb609d29aa747321b3967f0c5abf50 (patch) | |
tree | 2441cd1e0ff2026e391323722c69200e76763888 /package/sdl-image/patches/patch-ltmain_sh | |
parent | e9b04bc4f7f8e8cc8eb4932a85a15727ef6d1d32 (diff) |
update sdl and sdl-image
be sure to link sdl-image to provided libpng, otherwise
TexturePacker in XBMC build will silently fail to pack the
png icons.
Diffstat (limited to 'package/sdl-image/patches/patch-ltmain_sh')
-rw-r--r-- | package/sdl-image/patches/patch-ltmain_sh | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/package/sdl-image/patches/patch-ltmain_sh b/package/sdl-image/patches/patch-ltmain_sh deleted file mode 100644 index a7eae68fe..000000000 --- a/package/sdl-image/patches/patch-ltmain_sh +++ /dev/null @@ -1,11 +0,0 @@ ---- SDL_image-1.2.10.orig/ltmain.sh 2009-10-13 01:06:51.000000000 +0200 -+++ SDL_image-1.2.10/ltmain.sh 2011-01-17 12:10:39.000000000 +0100 -@@ -4766,7 +4766,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" |