diff options
author | joerg <joerg> | 2010-06-28 20:37:32 +0000 |
---|---|---|
committer | joerg <joerg> | 2010-06-28 20:37:32 +0000 |
commit | 898e3eb2be9fa3c553d075023eb2d411de70f2ff (patch) | |
tree | d3fac1484fb7ebb161124fd869183e286b67aaae | |
parent | 6dc5be3bc5784d65b58755b058fae69c2510d849 (diff) | |
download | pkgsrc-898e3eb2be9fa3c553d075023eb2d411de70f2ff.tar.gz |
Allow building with Emacs 24.x
-rw-r--r-- | www/emacs-w3m-snapshot/distinfo | 3 | ||||
-rw-r--r-- | www/emacs-w3m-snapshot/patches/patch-aa | 13 |
2 files changed, 15 insertions, 1 deletions
diff --git a/www/emacs-w3m-snapshot/distinfo b/www/emacs-w3m-snapshot/distinfo index 74a72a6867f..8a57ac5a1e8 100644 --- a/www/emacs-w3m-snapshot/distinfo +++ b/www/emacs-w3m-snapshot/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.1.1.1 2009/08/05 22:17:58 minskim Exp $ +$NetBSD: distinfo,v 1.2 2010/06/28 20:37:32 joerg Exp $ SHA1 (w3m-el-snapshot_1.4.364+0.20090802.orig.tar.gz) = c03da651ff5faaa945db124653e287bfe927a6b1 RMD160 (w3m-el-snapshot_1.4.364+0.20090802.orig.tar.gz) = 0a4331a129f00c943e10f15a257db2d5420be624 Size (w3m-el-snapshot_1.4.364+0.20090802.orig.tar.gz) = 951300 bytes +SHA1 (patch-aa) = d17fa31e5cf767203dad2652e2ebb5aebffa535d diff --git a/www/emacs-w3m-snapshot/patches/patch-aa b/www/emacs-w3m-snapshot/patches/patch-aa new file mode 100644 index 00000000000..fbbe5bb6e33 --- /dev/null +++ b/www/emacs-w3m-snapshot/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1 2010/06/28 20:37:32 joerg 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;; |