summaryrefslogtreecommitdiff
path: root/x11/xf86-video-sis/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'x11/xf86-video-sis/patches/patch-aa')
-rw-r--r--x11/xf86-video-sis/patches/patch-aa30
1 files changed, 28 insertions, 2 deletions
diff --git a/x11/xf86-video-sis/patches/patch-aa b/x11/xf86-video-sis/patches/patch-aa
index a7f2d3ba09f..540bf746247 100644
--- a/x11/xf86-video-sis/patches/patch-aa
+++ b/x11/xf86-video-sis/patches/patch-aa
@@ -1,6 +1,6 @@
-$NetBSD: patch-aa,v 1.1.1.1 2007/03/22 15:44:20 joerg Exp $
+$NetBSD: patch-aa,v 1.2 2007/08/15 18:03:32 joerg Exp $
---- configure.orig 2007-03-22 16:16:34.000000000 +0100
+--- configure.orig 2006-11-30 18:58:33.000000000 +0100
+++ configure
@@ -2283,10 +2283,10 @@ AMSHOWCMDSAT=''
AMDEPSHOWCMDSAT=''
@@ -15,3 +15,29 @@ $NetBSD: patch-aa,v 1.1.1.1 2007/03/22 15:44:20 joerg Exp $
AMPRETTYECHO=echo
AMCMDECHO=true
LT_QUIET='--quiet'
+@@ -21618,7 +21618,7 @@ _ACEOF
+ fi
+
+
+-if test "$DRI" != no; then
++if test "x$DRI" = xauto; then
+ as_ac_File=`echo "ac_cv_file_${sdkdir}/dri.h" | $as_tr_sh`
+ { echo "$as_me:$LINENO: checking for ${sdkdir}/dri.h" >&5
+ echo $ECHO_N "checking for ${sdkdir}/dri.h... $ECHO_C" >&6; }
+@@ -21956,16 +21956,8 @@ echo $ECHO_N "checking for $XORG_SGML_PA
+ if { as_var=$as_ac_File; eval "test \"\${$as_var+set}\" = set"; }; then
+ echo $ECHO_N "(cached) $ECHO_C" >&6
+ else
+- test "$cross_compiling" = yes &&
+- { { echo "$as_me:$LINENO: error: cannot check for file existence when cross compiling" >&5
+-echo "$as_me: error: cannot check for file existence when cross compiling" >&2;}
+- { (exit 1); exit 1; }; }
+-if test -r "$XORG_SGML_PATH/X11/defs.ent"; then
+- eval "$as_ac_File=yes"
+-else
+ eval "$as_ac_File=no"
+ fi
+-fi
+ ac_res=`eval echo '${'$as_ac_File'}'`
+ { echo "$as_me:$LINENO: result: $ac_res" >&5
+ echo "${ECHO_T}$ac_res" >&6; }