summaryrefslogtreecommitdiff
path: root/x11/libdrm/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'x11/libdrm/patches/patch-aa')
-rw-r--r--x11/libdrm/patches/patch-aa16
1 files changed, 0 insertions, 16 deletions
diff --git a/x11/libdrm/patches/patch-aa b/x11/libdrm/patches/patch-aa
deleted file mode 100644
index 35ee59818ec..00000000000
--- a/x11/libdrm/patches/patch-aa
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-aa,v 1.4 2008/07/16 06:41:17 bjs Exp $
-
---- shared-core/drm.h.orig 2008-07-01 03:55:17.000000000 -0400
-+++ shared-core/drm.h
-@@ -92,7 +92,10 @@
- #ifdef __OpenBSD__
- #define DRM_MAJOR 81
- #endif
--#if defined(__linux__) || defined(__NetBSD__)
-+#if defined(__NetBSD__)
-+#define DRM_MAJOR 180
-+#endif
-+#if defined(__linux__)
- #define DRM_MAJOR 226
- #endif
- #define DRM_MAX_MINOR 15