summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoonas Niilola <juippis@gmail.com>2018-05-25 17:30:51 +0300
committerAaron Bauman <bman@gentoo.org>2018-05-25 14:11:32 -0400
commit0e1b578a4e713b27b2911edaff50f9fc9c7ac119 (patch)
treed8648d7bb57b3887e8a6f4002548b3d885aa6811 /x11-wm/enlightenment/files
parentdev-cpp/asio: version bump to 1.12.1, add libressl support (diff)
downloadgentoo-0e1b578a4e713b27b2911edaff50f9fc9c7ac119.tar.gz
gentoo-0e1b578a4e713b27b2911edaff50f9fc9c7ac119.tar.bz2
gentoo-0e1b578a4e713b27b2911edaff50f9fc9c7ac119.zip
x11-wm/enlightenment: bump E21 to 0.21.11
Bug: https://bugs.gentoo.org/637034 Bug: https://bugs.gentoo.org/615426 Package-Manager: Portage[mgorny]-2.3.36.1 Closes: https://github.com/gentoo/gentoo/pull/8583
Diffstat (limited to 'x11-wm/enlightenment/files')
-rw-r--r--x11-wm/enlightenment/files/enlightenment-0.21.11-quickstart.diff13
1 files changed, 13 insertions, 0 deletions
diff --git a/x11-wm/enlightenment/files/enlightenment-0.21.11-quickstart.diff b/x11-wm/enlightenment/files/enlightenment-0.21.11-quickstart.diff
new file mode 100644
index 000000000000..b54dfe2aba98
--- /dev/null
+++ b/x11-wm/enlightenment/files/enlightenment-0.21.11-quickstart.diff
@@ -0,0 +1,13 @@
+Index: src/bin/e_main.c
+===================================================================
+--- a/src/bin/e_main.c (revision 61690)
++++ b/src/bin/e_main.c (working copy)
+@@ -93,7 +93,7 @@
+ static Eina_Bool _e_main_cb_startup_fake_end(void *data __UNUSED__);
+
+ /* local variables */
+-static Eina_Bool really_know = EINA_FALSE;
++static Eina_Bool really_know = EINA_TRUE;
+ static Eina_Bool locked = EINA_FALSE;
+ static Eina_Bool inloop = EINA_FALSE;
+ static jmp_buf x_fatal_buff;