summaryrefslogtreecommitdiff
path: root/graphics/exact-image/files/patch-edisplay_edisplay.cc
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/exact-image/files/patch-edisplay_edisplay.cc')
-rw-r--r--graphics/exact-image/files/patch-edisplay_edisplay.cc14
1 files changed, 0 insertions, 14 deletions
diff --git a/graphics/exact-image/files/patch-edisplay_edisplay.cc b/graphics/exact-image/files/patch-edisplay_edisplay.cc
deleted file mode 100644
index 35eb081a3ec0..000000000000
--- a/graphics/exact-image/files/patch-edisplay_edisplay.cc
+++ /dev/null
@@ -1,14 +0,0 @@
---- ./edisplay/edisplay.cc.orig 2011-03-15 09:03:47.000000000 -0400
-+++ ./edisplay/edisplay.cc 2011-03-15 09:05:59.000000000 -0400
-@@ -27,7 +27,11 @@
- #include "Evas_Engine_GL_X11.h"
- #endif
-
-+#if defined(__FreeBSD__)
-+#include <sys/endian.h>
-+#else
- #include <endian.h>
-+#endif
- #include <algorithm>
- #include <iostream>
- #include <sstream>