SOURCES: X11-driver-firegl-force-define-AGP.patch (NEW) - this is ...

baggins baggins at pld-linux.org
Sat Apr 15 02:22:57 CEST 2006


Author: baggins                      Date: Sat Apr 15 00:22:57 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- this is a nasty hack because this define is somehow not passed
  from makefile and causes disabling of kernel agp support (iow only internal
  agp driver is built and hooks for kernel agp are disabled)

---- Files affected:
SOURCES:
   X11-driver-firegl-force-define-AGP.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/X11-driver-firegl-force-define-AGP.patch
diff -u /dev/null SOURCES/X11-driver-firegl-force-define-AGP.patch:1.1
--- /dev/null	Sat Apr 15 02:22:57 2006
+++ SOURCES/X11-driver-firegl-force-define-AGP.patch	Sat Apr 15 02:22:52 2006
@@ -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
================================================================


More information about the pld-cvs-commit mailing list