diff options
Diffstat (limited to 'editors/emacs/patches/patch-aw')
-rw-r--r-- | editors/emacs/patches/patch-aw | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/editors/emacs/patches/patch-aw b/editors/emacs/patches/patch-aw new file mode 100644 index 00000000000..fd834c288ec --- /dev/null +++ b/editors/emacs/patches/patch-aw @@ -0,0 +1,13 @@ +$NetBSD: patch-aw,v 1.6 2009/08/02 10:44:48 jun Exp $ + +--- configure.in.org 2009-07-30 10:39:48.000000000 +0900 ++++ configure.in +@@ -1260,7 +1260,7 @@ fi + ### Tests for sytems that we beleive are obsolete and should be desupported. + + case "${machine}" in +- pmax | hp9000s300 | ibm370aix | ncr386 | ews4800 | mips-siemens | powerpcle | tandem-s2 ) ++ hp9000s300 | ibm370aix | ncr386 | ews4800 | mips-siemens | powerpcle | tandem-s2 ) + echo "The system that you are configuring on: ${canonical} is considered to be obsolete" + echo "and it is planned to be desupported in the next version of Emacs" + echo "Please email emacs-devel@gnu.org as soon as possible if this system is still in use." |