summaryrefslogtreecommitdiff
path: root/x11/libdrm/patches/patch-aa
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2010-04-16 13:43:36 +0000
committertnn <tnn@pkgsrc.org>2010-04-16 13:43:36 +0000
commit1009d08a61c110d3b0bb6ace471a56f1f1e38acb (patch)
treeb9459ead11d455d52edaa517e4ffbb41c858274f /x11/libdrm/patches/patch-aa
parent4fe9b61b34eff871a95816656ecd3436231e27b6 (diff)
downloadpkgsrc-1009d08a61c110d3b0bb6ace471a56f1f1e38acb.tar.gz
Update to libdrm-2.4.20.
Many changes since 2.4.13, I won't pretend to understand them all. This update is a prerequisite for eventually moving forward with MesaLib and xorg-server updates.
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