mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-30 22:48:07 -07:00
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
This commit is contained in:
committed by
Lars Wendler
parent
2f0f2f1f80
commit
fbb4e03fbd
@@ -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>
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user