]> git.pld-linux.org Git - packages/X11-driver-firegl.git/commitdiff
- this is a nasty hack because this define is somehow not passed
authorJan Rękorajski <baggins@pld-linux.org>
Sat, 15 Apr 2006 00:22:52 +0000 (00:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  from makefile and causes disabling of kernel agp support (iow only internal
  agp driver is built and hooks for kernel agp are disabled)

Changed files:
    X11-driver-firegl-force-define-AGP.patch -> 1.1

X11-driver-firegl-force-define-AGP.patch [new file with mode: 0644]

diff --git a/X11-driver-firegl-force-define-AGP.patch b/X11-driver-firegl-force-define-AGP.patch
new file mode 100644 (file)
index 0000000..3dd2538
--- /dev/null
@@ -0,0 +1,11 @@
+--- X11-driver-firegl-8.23.7/common/lib/modules/fglrx/build_mod/firegl_public.c.orig   2006-04-15 02:25:12.183912250 +0200
++++ X11-driver-firegl-8.23.7/common/lib/modules/fglrx/build_mod/firegl_public.c        2006-04-15 02:25:28.484931000 +0200
+@@ -21,6 +21,8 @@
+ !!! since it requires changes to linux/init/main.c.
+ #endif /* !MODULE */
++#define __AGP__ 1
++
+ // ============================================================
+ #include <linux/version.h>
+ #ifdef MODVERSIONS
This page took 0.042575 seconds and 4 git commands to generate.