summaryrefslogtreecommitdiff
path: root/packages/nonworking/efl/ewl/minmax.patch
diff options
context:
space:
mode:
Diffstat (limited to 'packages/nonworking/efl/ewl/minmax.patch')
-rw-r--r--packages/nonworking/efl/ewl/minmax.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/packages/nonworking/efl/ewl/minmax.patch b/packages/nonworking/efl/ewl/minmax.patch
deleted file mode 100644
index cd8723e9a3..0000000000
--- a/packages/nonworking/efl/ewl/minmax.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-diff -Nur ewl-0.0.4.004~/src/lib/Ewl.h.in ewl-0.0.4.004/src/lib/Ewl.h.in
---- ewl-0.0.4.004~/src/lib/Ewl.h.in 2005-09-29 18:26:11.000000000 -0700
-+++ ewl-0.0.4.004/src/lib/Ewl.h.in 2005-09-29 18:26:55.000000000 -0700
-@@ -254,6 +254,14 @@
- extern"C" {
- #endif
-
-+#ifndef MAX
-+#define MAX(a, b) (a > b ? a : b)
-+#endif
-+
-+#ifndef MIN
-+#define MIN(a, b) (a < b ? a : b)
-+#endif
-+
- #include <Evas.h>
- #include <Edje.h>
- #include <Ecore.h>