enlightenment: bump to 0.17.3
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 7 Jul 2013 15:07:24 +0000 (17:07 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Sun, 7 Jul 2013 19:44:37 +0000 (21:44 +0200)
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/enlightenment/enlightenment-no-execinfo.patch [deleted file]
package/enlightenment/enlightenment.mk

diff --git a/package/enlightenment/enlightenment-no-execinfo.patch b/package/enlightenment/enlightenment-no-execinfo.patch
deleted file mode 100644 (file)
index 81fbe17..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-Do not include <execinfo.h> when not available
-
-On uClibc, <execinfo.h> is not necessarily installed, depending on the
-configuration. Enlightenment properly makes <execinfo.h> 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
-<execinfo.h> 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 <thomas.petazzoni@free-electrons.com>
-
-Index: b/src/bin/e.h
-===================================================================
---- a/src/bin/e.h
-+++ b/src/bin/e.h
-@@ -92,7 +92,7 @@
- #  include <memcheck.h>
- # endif
--# ifdef __GLIBC__
-+# ifdef HAVE_EXECINFO_H
- #  include <execinfo.h>
- # endif
index 1163aa565cdc8123bedc4c32e7d1f85140611bc7..b4154864c0bcc923d0dedc4e779bea5615744818 100644 (file)
@@ -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