summaryrefslogtreecommitdiff
path: root/x11/xf86-input-mouse/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'x11/xf86-input-mouse/patches/patch-aa')
-rw-r--r--x11/xf86-input-mouse/patches/patch-aa17
1 files changed, 17 insertions, 0 deletions
diff --git a/x11/xf86-input-mouse/patches/patch-aa b/x11/xf86-input-mouse/patches/patch-aa
new file mode 100644
index 00000000000..afb1d1639e1
--- /dev/null
+++ b/x11/xf86-input-mouse/patches/patch-aa
@@ -0,0 +1,17 @@
+$NetBSD: patch-aa,v 1.1 2007/03/20 14:48:05 joerg Exp $
+
+--- configure.orig 2007-03-20 15:38:25.000000000 +0100
++++ configure
+@@ -2269,10 +2269,10 @@ AMSHOWCMDSAT=''
+ AMDEPSHOWCMDSAT=''
+ AMPRETTYECHO=true
+ AMCMDECHO=echo
+-if test "x$enable_pretty_cmds" == xyes;
++if test "x$enable_pretty_cmds" = xyes;
+ then
+ AMSHOWCMDSAT='@'
+- test x$enable_dependency_tracking == xno && AMDEPSHOWCMDSAT='@'
++ test x$enable_dependency_tracking = xno && AMDEPSHOWCMDSAT='@'
+ AMPRETTYECHO=echo
+ AMCMDECHO=true
+ LT_QUIET='--quiet'