aboutsummaryrefslogtreecommitdiffstats
path: root/japanese
diff options
context:
space:
mode:
authornobutaka <nobutaka@FreeBSD.org>2013-05-15 01:06:06 +0800
committernobutaka <nobutaka@FreeBSD.org>2013-05-15 01:06:06 +0800
commit72435bff5e8a7f694daeacee6bc0cf2a27ab49c7 (patch)
tree42e50cb49c570764e60dda613eaa5c940385ddc4 /japanese
parent2d78264f196193058d9da020f9e53a8f9689d8c5 (diff)
downloadfreebsd-ports-gnome-72435bff5e8a7f694daeacee6bc0cf2a27ab49c7.tar.gz
freebsd-ports-gnome-72435bff5e8a7f694daeacee6bc0cf2a27ab49c7.tar.zst
freebsd-ports-gnome-72435bff5e8a7f694daeacee6bc0cf2a27ab49c7.zip
Fix incompatibility of anthy.el with Emacs 24.
PR: ports/178413 Submitted by: Yuichiro NAITO <naito.yuichiro@gmail.com>
Diffstat (limited to 'japanese')
-rw-r--r--japanese/anthy/Makefile1
-rw-r--r--japanese/anthy/files/patch-src-util_anthy.el11
2 files changed, 12 insertions, 0 deletions
diff --git a/japanese/anthy/Makefile b/japanese/anthy/Makefile
index 95e4a354bbaf..0270b9297f5d 100644
--- a/japanese/anthy/Makefile
+++ b/japanese/anthy/Makefile
@@ -3,6 +3,7 @@
PORTNAME= anthy
PORTVERSION= 9100h
+PORTREVISION= 1
CATEGORIES= japanese
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP}
MASTER_SITE_SUBDIR= ${PORTNAME}/37536
diff --git a/japanese/anthy/files/patch-src-util_anthy.el b/japanese/anthy/files/patch-src-util_anthy.el
new file mode 100644
index 000000000000..5bea1f6d3173
--- /dev/null
+++ b/japanese/anthy/files/patch-src-util_anthy.el
@@ -0,0 +1,11 @@
+--- src-util/anthy.el.orig 2013-05-15 01:57:21.000000000 +0900
++++ src-util/anthy.el 2013-05-15 01:58:25.000000000 +0900
+@@ -892,7 +892,7 @@
+ ((event-matches-key-specifier-p event 'backspace) 8)
+ (t
+ (char-to-int (event-to-character event)))))
+- last-command-char))
++ last-command-event))
+
+ ;;
+ ;;