]> git.pld-linux.org Git - packages/X11-driver-firegl.git/commitdiff
- build fix.
authorPaweł Sikora <pluto@pld-linux.org>
Fri, 23 Sep 2005 21:20:42 +0000 (21:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    X11-driver-firegl-ioctl32.patch -> 1.1

X11-driver-firegl-ioctl32.patch [new file with mode: 0644]

diff --git a/X11-driver-firegl-ioctl32.patch b/X11-driver-firegl-ioctl32.patch
new file mode 100644 (file)
index 0000000..562fb1c
--- /dev/null
@@ -0,0 +1,14 @@
+--- X11-driver-firegl-8.16.20/lib/modules/fglrx/build_mod/firegl_public.c.orig 2005-09-23 23:09:33.000000000 +0200
++++ X11-driver-firegl-8.16.20/lib/modules/fglrx/build_mod/firegl_public.c      2005-09-23 23:12:55.000000000 +0200
+@@ -121,7 +121,11 @@
+ #endif
+ #ifdef __x86_64__
++#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,12)
++#include "asm/ioctl.h"
++#else
+ #include "asm/ioctl32.h"
++#endif
+ #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,2)
+ #include "linux/syscalls.h"
+ #endif
This page took 0.111687 seconds and 4 git commands to generate.