summaryrefslogtreecommitdiff
path: root/x11/libdrm/patches
diff options
context:
space:
mode:
authorjoerg <joerg>2006-11-14 18:19:43 +0000
committerjoerg <joerg>2006-11-14 18:19:43 +0000
commitb6bfb147c1f4e702f8f043aab998fcff734d50c0 (patch)
treee1813327441da1bf4d55ec1f727370dccd988ee4 /x11/libdrm/patches
parent641172f0bf4590a7848199b442c035c2f5cd8409 (diff)
downloadpkgsrc-b6bfb147c1f4e702f8f043aab998fcff734d50c0.tar.gz
Update to libdrm-2.3.0 which fixes the type problem somewhat and adds
some other functions. Switch to bzip2.
Diffstat (limited to 'x11/libdrm/patches')
-rw-r--r--x11/libdrm/patches/patch-aa13
1 files changed, 0 insertions, 13 deletions
diff --git a/x11/libdrm/patches/patch-aa b/x11/libdrm/patches/patch-aa
deleted file mode 100644
index 5a8f3be24f0..00000000000
--- a/x11/libdrm/patches/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 2006/11/14 14:22:12 joerg Exp $
-
---- shared-core/drm.h.orig 2006-11-06 16:05:55.000000000 +0000
-+++ shared-core/drm.h
-@@ -139,6 +139,8 @@ typedef unsigned long long drm_u64_t;
-
- typedef unsigned int drm_handle_t;
- #else
-+#include <stdint.h>
-+typedef uint64_t drm_u64_t;
- typedef unsigned long drm_handle_t; /**< To mapped regions */
- #endif
- typedef unsigned int drm_context_t; /**< GLXContext handle */