summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-libs/libdrm/files/2.4.15-0002-configure-Typo-in-error-message.patch')
-rw-r--r--x11-libs/libdrm/files/2.4.15-0002-configure-Typo-in-error-message.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/x11-libs/libdrm/files/2.4.15-0002-configure-Typo-in-error-message.patch b/x11-libs/libdrm/files/2.4.15-0002-configure-Typo-in-error-message.patch
new file mode 100644
index 000000000000..4cc3e907b941
--- /dev/null
+++ b/x11-libs/libdrm/files/2.4.15-0002-configure-Typo-in-error-message.patch
@@ -0,0 +1,26 @@
+From 24c905f84120a7b0bcd7c5e86c58e908b9e850f9 Mon Sep 17 00:00:00 2001
+From: Chris Wilson <chris@chris-wilson.co.uk>
+Date: Tue, 13 Oct 2009 14:25:54 +0100
+Subject: [PATCH 2/3] configure: Typo in error message.
+
+Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
+---
+ configure.ac | 2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+diff --git a/configure.ac b/configure.ac
+index 0c216ce..fd6f696 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -171,7 +171,7 @@ if test "x$INTEL" != "xno"; then
+
+ if test "x$drm_cv_atomic_primitives" = "xnone"; then
+ if test "x$INTEL" != "xauto"; then
+- AC_MSG_ERROR([libdrm_intel depends upon atomic operations, which were not found for your compiler/cpu. Try compiling with -march=native, or disable support for Intel GPUs by passing --disable-intel to ./configue])
++ AC_MSG_ERROR([libdrm_intel depends upon atomic operations, which were not found for your compiler/cpu. Try compiling with -march=native, or disable support for Intel GPUs by passing --disable-intel to ./configure])
+ else
+ INTEL=no
+ fi
+--
+1.6.5.5
+