aboutsummaryrefslogtreecommitdiff
path: root/graphics/dri/files
diff options
context:
space:
mode:
authorEric Anholt <anholt@FreeBSD.org>2005-02-14 07:08:27 +0000
committerEric Anholt <anholt@FreeBSD.org>2005-02-14 07:08:27 +0000
commit6bb073992e2b385b6f8ce91cf6f8d1d786e593ab (patch)
tree0cdcbd9c7aafa3de19ebe51cdd66357623a8d36b /graphics/dri/files
parent37c9e825b1cec0a7bdb33c248720ea326400bc6e (diff)
Notes
Diffstat (limited to 'graphics/dri/files')
-rw-r--r--graphics/dri/files/patch-xf86drm.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/dri/files/patch-xf86drm.h b/graphics/dri/files/patch-xf86drm.h
new file mode 100644
index 000000000000..89993ddaaa45
--- /dev/null
+++ b/graphics/dri/files/patch-xf86drm.h
@@ -0,0 +1,11 @@
+--- src/mesa/drivers/dri/dri_client/imports/xf86drm.h.orig Sun Feb 13 22:44:48 2005
++++ src/mesa/drivers/dri/dri_client/imports/xf86drm.h Sun Feb 13 22:44:55 2005
+@@ -285,7 +285,7 @@
+ #define DRM_LOCK_CONT 0x40000000 /**< Hardware lock is contended */
+
+ #if defined(__GNUC__) && (__GNUC__ >= 2)
+-# if defined(__i386) || defined(__AMD64__)
++# if defined(__i386) || defined(__amd64__)
+ /* Reflect changes here to drmP.h */
+ #define DRM_CAS(lock,old,new,__ret) \
+ do { \