summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2019-02-23 10:29:56 +0100
committerPacho Ramos <pacho@gentoo.org>2019-02-23 10:29:56 +0100
commit1b34813877fa66851248fc0cbd67584c429ec30c (patch)
tree50f8c3073896a67737ccfc25e7b028d33583e1c9 /x11-misc/spacefm/files
parentx11-plugins/pidgin-opensteamworks: Drop old (diff)
downloadgentoo-1b34813877fa66851248fc0cbd67584c429ec30c.tar.gz
gentoo-1b34813877fa66851248fc0cbd67584c429ec30c.tar.bz2
gentoo-1b34813877fa66851248fc0cbd67584c429ec30c.zip
x11-misc/spacefm: Drop old
Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'x11-misc/spacefm/files')
-rw-r--r--x11-misc/spacefm/files/spacefm-include-sysmacros.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/x11-misc/spacefm/files/spacefm-include-sysmacros.patch b/x11-misc/spacefm/files/spacefm-include-sysmacros.patch
deleted file mode 100644
index 28bbfc7c4057..000000000000
--- a/x11-misc/spacefm/files/spacefm-include-sysmacros.patch
+++ /dev/null
@@ -1,21 +0,0 @@
---- a/src/vfs/vfs-volume-nohal.c
-+++ b/src/vfs/vfs-volume-nohal.c
-@@ -36,6 +36,7 @@
-
- #include <signal.h> // kill
- #include <linux/kdev_t.h> // MAJOR MINOR
-+#include <sys/sysmacros.h> // needed for dev_t
-
- #ifdef HAVE_STATVFS
- #include <sys/statvfs.h>
---- a/src/main.c
-+++ b/src/main.c
-@@ -30,6 +30,8 @@
-
- #include <locale.h>
-
-+#include <sys/sysmacros.h> /* for major/minor, dev_t */
-+
- #include "main-window.h"
-
- #include "vfs-file-info.h"