[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#519490: Patch for mesa FTBFS bug



package mesa
tags 519490 + patch
thanks

I've attached a patch which fixes the failure to build on current unstable.  
Just drop the patch into debian/patches and add it to debian/patches/series.
-- 
Daniel Schepler

Index: mesa-7.0.3/src/mesa/drivers/dri/i965/server/i830_common.h
===================================================================
--- mesa-7.0.3.orig/src/mesa/drivers/dri/i965/server/i830_common.h	2009-03-13 18:52:04.000000000 +0000
+++ mesa-7.0.3/src/mesa/drivers/dri/i965/server/i830_common.h	2009-03-13 18:52:11.000000000 +0000
@@ -226,7 +226,7 @@
 typedef struct {
         unsigned int read_write:1;
         unsigned int reg:31;
-        void __user *data;
+        void *data;
 } drmI830MMIO;
 
 #endif /* _I830_DRM_H_ */

Reply to: