commit: de2db60f8afd411eb0340c6bf6ed833407e8d7a3 Author: Daniel Campbell <zlg <AT> gentoo <DOT> org> AuthorDate: Thu May 11 23:23:21 2017 +0000 Commit: Daniel Campbell <zlg <AT> gentoo <DOT> org> CommitDate: Thu May 11 23:23:53 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de2db60f
x11-misc/spacefm: Improve patch coverage wrt bug 603000 Thanks to Polynomial-C for catching this. Gentoo-Bug: 603000 Gentoo-Bug-URL: https://bugs.gentoo.org/603000 Package-Manager: Portage-2.3.5, Repoman-2.3.2 x11-misc/spacefm/files/spacefm-include-sysmacros.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/x11-misc/spacefm/files/spacefm-include-sysmacros.patch b/x11-misc/spacefm/files/spacefm-include-sysmacros.patch index 153d7c28a25..28bbfc7c405 100644 --- a/x11-misc/spacefm/files/spacefm-include-sysmacros.patch +++ b/x11-misc/spacefm/files/spacefm-include-sysmacros.patch @@ -8,3 +8,14 @@ #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"
