diff options
author | Kacper Kołodziej <kacper@kolodziej.in> | 2017-06-14 22:06:17 +0200 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2017-06-25 22:02:01 +0200 |
commit | fbb4e03fbd53bd42e46d0ce64e66dca3d8154f79 (patch) | |
tree | 2529eebc43c2aca48fb987e068a5513eb0529654 /x11-drivers/xf86-video-virtualbox | |
parent | net-wireless/blueberry: New upstream version and adding cinnamon project (diff) | |
download | gentoo-fbb4e03fbd53bd42e46d0ce64e66dca3d8154f79.tar.gz gentoo-fbb4e03fbd53bd42e46d0ce64e66dca3d8154f79.tar.bz2 gentoo-fbb4e03fbd53bd42e46d0ce64e66dca3d8154f79.zip |
x11-drivers/xf86-video-virtualbox: fix bug 579910
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Closes: https://github.com/gentoo/gentoo/pull/4932
Diffstat (limited to 'x11-drivers/xf86-video-virtualbox')
-rw-r--r-- | x11-drivers/xf86-video-virtualbox/files/xf86-video-virtualbox-5.1.22-sysmacros.patch | 15 | ||||
-rw-r--r-- | x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-5.1.22.ebuild | 3 |
2 files changed, 18 insertions, 0 deletions
diff --git a/x11-drivers/xf86-video-virtualbox/files/xf86-video-virtualbox-5.1.22-sysmacros.patch b/x11-drivers/xf86-video-virtualbox/files/xf86-video-virtualbox-5.1.22-sysmacros.patch new file mode 100644 index 000000000000..673beef32dee --- /dev/null +++ b/x11-drivers/xf86-video-virtualbox/files/xf86-video-virtualbox-5.1.22-sysmacros.patch @@ -0,0 +1,15 @@ +Fix bug #579910. Add sys/sysmacros.h header. + +https://bugs.gentoo.org/579910 + +index 20ae130..2f3fac0 100644 +--- a/src/VBox/Runtime/r3/linux/sysfs.cpp ++++ b/src/VBox/Runtime/r3/linux/sysfs.cpp +@@ -46,6 +46,7 @@ + #include <sys/sysctl.h> + #include <sys/stat.h> + #include <sys/fcntl.h> ++#include <sys/sysmacros.h> + #include <errno.h> + + diff --git a/x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-5.1.22.ebuild b/x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-5.1.22.ebuild index cb90ffc4122e..31448eb0c1aa 100644 --- a/x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-5.1.22.ebuild +++ b/x11-drivers/xf86-video-virtualbox/xf86-video-virtualbox-5.1.22.ebuild @@ -58,6 +58,9 @@ PATCHES=( # xorg-1.19 patch from opensuse (bug #602784) "${FILESDIR}/${PN}-5.1.10-xorg119.patch" + + # fix bug #579946 + "${FILESDIR}/${PN}-5.1.22-sysmacros.patch" ) QA_TEXTRELS_x86="usr/lib/VBoxOGL.so" |