diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-05-02 11:45:18 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-05-02 11:45:18 +0200 |
commit | e85fa91ec6655da593c0b8b31832045da5ad9ad4 (patch) | |
tree | 2e3ea23d1697b2b9e11ed00023783f9722dcf276 /package/libICE | |
parent | 5782397d77cd243c1174c98051158febe3a21641 (diff) |
update Xorg to 7.7
Diffstat (limited to 'package/libICE')
-rw-r--r-- | package/libICE/Makefile | 4 | ||||
-rw-r--r-- | package/libICE/patches/patch-ltmain_sh | 11 |
2 files changed, 2 insertions, 13 deletions
diff --git a/package/libICE/Makefile b/package/libICE/Makefile index eb4cf1740..dc7860aa5 100644 --- a/package/libICE/Makefile +++ b/package/libICE/Makefile @@ -4,9 +4,9 @@ include $(TOPDIR)/rules.mk PKG_NAME:= libICE -PKG_VERSION:= 1.0.7 +PKG_VERSION:= 1.0.8 PKG_RELEASE:= 1 -PKG_MD5SUM:= 91ff02eb5af6073c2e014a5290e65f17 +PKG_MD5SUM:= 4b8dae73fce37e994c3a6fa05d6db7ca PKG_DESCR:= Inter-Client Exchange library PKG_SECTION:= x11/libs PKG_BUILDDEP:= xtrans xproto diff --git a/package/libICE/patches/patch-ltmain_sh b/package/libICE/patches/patch-ltmain_sh deleted file mode 100644 index 92bc5c02d..000000000 --- a/package/libICE/patches/patch-ltmain_sh +++ /dev/null @@ -1,11 +0,0 @@ ---- libICE-1.0.6.orig/ltmain.sh 2009-05-18 04:30:07.000000000 +0200 -+++ libICE-1.0.6/ltmain.sh 2011-01-15 00:09:27.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" |