summaryrefslogtreecommitdiffstats
path: root/testing/xf86-video-virtualbox/uclibc-gnu_linux.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2012-09-16 14:01:41 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2012-09-16 14:20:57 +0000
commit133362eb053d4b7b9e95a2878518bb8c83e0c87a (patch)
tree170eb021c841da4f989b5018a4bac3134ef8ca64 /testing/xf86-video-virtualbox/uclibc-gnu_linux.patch
parent468668c8211152668d2246f4c165afbba9d66640 (diff)
downloadaports-133362eb053d4b7b9e95a2878518bb8c83e0c87a.tar.bz2
aports-133362eb053d4b7b9e95a2878518bb8c83e0c87a.tar.xz
testing/xf86-video-virtualbox: new aport
Xorg Virtual box video driver http://virtualbox.org ref #1349
Diffstat (limited to 'testing/xf86-video-virtualbox/uclibc-gnu_linux.patch')
-rw-r--r--testing/xf86-video-virtualbox/uclibc-gnu_linux.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/xf86-video-virtualbox/uclibc-gnu_linux.patch b/testing/xf86-video-virtualbox/uclibc-gnu_linux.patch
new file mode 100644
index 000000000..b227d55b1
--- /dev/null
+++ b/testing/xf86-video-virtualbox/uclibc-gnu_linux.patch
@@ -0,0 +1,11 @@
+--- ./src/libs/kStuff/kStuff/include/k/kDefs.h.orig
++++ ./src/libs/kStuff/kStuff/include/k/kDefs.h
+@@ -82,7 +82,7 @@
+ # define K_OS K_OS_DRAGONFLY
+ # elif defined(__FreeBSD__) /*??*/
+ # define K_OS K_OS_FREEBSD
+-# elif defined(__gnu_linux__)
++# elif defined(__linux__)
+ # define K_OS K_OS_LINUX
+ # elif defined(__NetBSD__) /*??*/
+ # define K_OS K_OS_NETBSD