From d4c476f8c523db9dd303bf3dfd1ef3db87254d6c Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Sun, 7 Jul 2013 17:07:24 +0200 Subject: enlightenment: bump to 0.17.3 Signed-off-by: Thomas Petazzoni Signed-off-by: Peter Korsgaard --- .../enlightenment/enlightenment-no-execinfo.patch | 27 ---------------------- package/enlightenment/enlightenment.mk | 2 +- 2 files changed, 1 insertion(+), 28 deletions(-) delete mode 100644 package/enlightenment/enlightenment-no-execinfo.patch (limited to 'package') diff --git a/package/enlightenment/enlightenment-no-execinfo.patch b/package/enlightenment/enlightenment-no-execinfo.patch deleted file mode 100644 index 81fbe17f7..000000000 --- a/package/enlightenment/enlightenment-no-execinfo.patch +++ /dev/null @@ -1,27 +0,0 @@ -Do not include when not available - -On uClibc, is not necessarily installed, depending on the -configuration. Enlightenment properly makes optional, but -uses __GLIBC__ to check if it is available or not. Unfortunately, -uClibc defines __GLIBC__, so it is not the right way to decide if - is available. - -Instead, Enlightenment already has a configure.ac check for -execinfo.h, so we simply use the result of this configure.ac check to -decide whether execinfo.h is to be included or not. - -Signed-off-by: Thomas Petazzoni - -Index: b/src/bin/e.h -=================================================================== ---- a/src/bin/e.h -+++ b/src/bin/e.h -@@ -92,7 +92,7 @@ - # include - # endif - --# ifdef __GLIBC__ -+# ifdef HAVE_EXECINFO_H - # include - # endif - diff --git a/package/enlightenment/enlightenment.mk b/package/enlightenment/enlightenment.mk index 1163aa565..b4154864c 100644 --- a/package/enlightenment/enlightenment.mk +++ b/package/enlightenment/enlightenment.mk @@ -4,7 +4,7 @@ # ################################################################################ -ENLIGHTENMENT_VERSION = 0.17.0-omega +ENLIGHTENMENT_VERSION = 0.17.3 ENLIGHTENMENT_SITE = http://download.enlightenment.org/releases/ ENLIGHTENMENT_LICENSE = BSD-2c ENLIGHTENMENT_LICENSE_FILES = COPYING -- cgit v1.2.3