summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2015-08-14 14:06:30 +0200
committerJeroen Roovers <jer@gentoo.org>2015-08-14 14:06:30 +0200
commit1e4b4e1cc0ed913e5892de84d28849e03e7a1ba1 (patch)
treefdb72587f442214bdfddd590e2c0eb67cc09c37b /x11-misc/xfe/files
parentVersion bump. (diff)
downloadgentoo-1e4b4e1cc0ed913e5892de84d28849e03e7a1ba1.tar.gz
gentoo-1e4b4e1cc0ed913e5892de84d28849e03e7a1ba1.tar.bz2
gentoo-1e4b4e1cc0ed913e5892de84d28849e03e7a1ba1.zip
Version bump.
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'x11-misc/xfe/files')
-rw-r--r--x11-misc/xfe/files/xfe-1.32.2-missing_Xlib_h.patch33
1 files changed, 0 insertions, 33 deletions
diff --git a/x11-misc/xfe/files/xfe-1.32.2-missing_Xlib_h.patch b/x11-misc/xfe/files/xfe-1.32.2-missing_Xlib_h.patch
deleted file mode 100644
index eb08d0ca069f..000000000000
--- a/x11-misc/xfe/files/xfe-1.32.2-missing_Xlib_h.patch
+++ /dev/null
@@ -1,33 +0,0 @@
---- a/src/ViewWindow.cpp
-+++ a/src/ViewWindow.cpp
-@@ -12,6 +12,8 @@
- #include <string.h>
- #include <unistd.h>
-
-+#include <X11/Xlib.h>
-+
- #include <fx.h>
- #include <fxkeys.h>
- #include <FXPNGIcon.h>
---- a/src/WriteWindow.cpp
-+++ a/src/WriteWindow.cpp
-@@ -12,6 +12,8 @@
- #include <unistd.h>
- #include <signal.h>
-
-+#include <X11/Xlib.h>
-+
- #include <fx.h>
- #include <fxkeys.h>
- #include <FXPNGIcon.h>
---- a/src/XFileExplorer.cpp
-+++ a/src/XFileExplorer.cpp
-@@ -8,6 +8,8 @@
- #include <sys/wait.h>
- #include <unistd.h>
-
-+#include <X11/Xlib.h>
-+
- #include <fx.h>
- #include <fxkeys.h>
- #include <FXPNGIcon.h>