diff options
author | tron <tron@pkgsrc.org> | 2011-07-21 01:17:42 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2011-07-21 01:17:42 +0000 |
commit | 1d59ea7743340e783cfe2d78bed526018d946b6a (patch) | |
tree | f64d35614fa6d137be0b1dc2f68dd6c9a62c9d95 /editors/emacs22/patches | |
parent | 271297c96c9060a68940874c89f41cb4e36b0857 (diff) | |
download | pkgsrc-1d59ea7743340e783cfe2d78bed526018d946b6a.tar.gz |
Don't install certain input methods whose build is unreliable on
64bit platforms. This fixes PR pkg/39778 by myself.
Diffstat (limited to 'editors/emacs22/patches')
-rw-r--r-- | editors/emacs22/patches/patch-ag | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/editors/emacs22/patches/patch-ag b/editors/emacs22/patches/patch-ag new file mode 100644 index 00000000000..817a5ee80f8 --- /dev/null +++ b/editors/emacs22/patches/patch-ag @@ -0,0 +1,26 @@ +$NetBSD: patch-ag,v 1.1 2011/07/21 01:18:21 tron Exp $ + +Disable build of input methods which doesn't work reliable: + +http://lists.gnu.org/archive/html/bug-gnu-emacs/2009-01/msg00925.html +http://osdir.com/ml/bug-gnu-emacs-gnu/2010-03/msg00296.html + +--- leim/Makefile.in.orig 2008-01-07 08:09:43.000000000 +0000 ++++ leim/Makefile.in 2011-07-21 01:58:44.000000000 +0100 +@@ -132,15 +132,7 @@ + ${srcdir}/quail/georgian.elc \ + ${srcdir}/quail/sisheng.elc + +-MISC= \ +- quail/tsang-b5.elc \ +- quail/quick-b5.elc \ +- quail/tsang-cns.elc \ +- quail/quick-cns.elc \ +- quail/PY.elc \ +- quail/ZIRANMA.elc \ +- quail/CTLau.elc \ +- quail/CTLau-b5.elc ++MISC= + + CHINESE=${CHINESE-GB} ${CHINESE-BIG5} + EASTASIA=${CHINESE} ${JAPANESE} ${KOREAN} |