summaryrefslogtreecommitdiff
path: root/www/emacs-w3m-snapshot/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'www/emacs-w3m-snapshot/patches/patch-aa')
-rw-r--r--www/emacs-w3m-snapshot/patches/patch-aa13
1 files changed, 13 insertions, 0 deletions
diff --git a/www/emacs-w3m-snapshot/patches/patch-aa b/www/emacs-w3m-snapshot/patches/patch-aa
new file mode 100644
index 00000000000..36d7a08007c
--- /dev/null
+++ b/www/emacs-w3m-snapshot/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1.2.2 2010/07/04 07:30:12 agc Exp $
+
+--- aclocal.m4.orig 2010-06-28 20:31:17.000000000 +0000
++++ aclocal.m4
+@@ -116,7 +116,7 @@ AC_DEFUN(AC_PATH_EMACS,
+ case "${flavor}" in
+ XEmacs)
+ EMACS_FLAVOR=xemacs;;
+- Emacs\ 2[[123]]\.*)
++ Emacs\ 2[[1234]]\.*)
+ EMACS_FLAVOR=emacs;;
+ *)
+ EMACS_FLAVOR=unsupported;;