summaryrefslogtreecommitdiff
path: root/x11/xf86-video-via/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'x11/xf86-video-via/patches/patch-aa')
-rw-r--r--x11/xf86-video-via/patches/patch-aa13
1 files changed, 0 insertions, 13 deletions
diff --git a/x11/xf86-video-via/patches/patch-aa b/x11/xf86-video-via/patches/patch-aa
deleted file mode 100644
index 1be29a6495d..00000000000
--- a/x11/xf86-video-via/patches/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.1 2007/08/15 17:50:10 joerg Exp $
-
---- configure.ac.orig 2007-08-15 19:43:11.000000000 +0200
-+++ configure.ac
-@@ -70,7 +70,7 @@ AC_HEADER_STDC
- AC_CHECK_HEADERS([inttypes.h])
-
-
--if test "x$DRI" != xno; then
-+if test "x$DRI" = xauto; then
- AC_CHECK_FILE([${sdkdir}/dri.h],
- [have_dri_h="yes"], [have_dri_h="no"])
- AC_CHECK_FILE([${sdkdir}/sarea.h],