summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-wm/i3/files/i3-4.6-missing_include.patch')
-rw-r--r--x11-wm/i3/files/i3-4.6-missing_include.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/x11-wm/i3/files/i3-4.6-missing_include.patch b/x11-wm/i3/files/i3-4.6-missing_include.patch
deleted file mode 100644
index 77147d264e18..000000000000
--- a/x11-wm/i3/files/i3-4.6-missing_include.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Include float.h for DBL_EPSILON
-
-https://bugs.gentoo.org/show_bug.cgi?id=480272
-
-Patch was written by Jeroen Roovers <jer@gentoo.org>
---- a/src/handlers.c
-+++ b/src/handlers.c
-@@ -13,6 +13,7 @@
- #include "all.h"
-
- #include <time.h>
-+#include <float.h>
- #include <sys/time.h>
- #include <xcb/randr.h>
- #include <X11/XKBlib.h>