diff options
author | nobutaka <nobutaka@FreeBSD.org> | 2005-03-02 23:05:55 +0800 |
---|---|---|
committer | nobutaka <nobutaka@FreeBSD.org> | 2005-03-02 23:05:55 +0800 |
commit | f7f75db4486859cc48899b31a63c712d0a0f33b0 (patch) | |
tree | e4ccf78c72c9ac24df6062346abf43d1e3d4f14d /editors/emacs23 | |
parent | 9fe518d9886c4b8cd20800494e4cbb3a6b233fa0 (diff) | |
download | freebsd-ports-gnome-f7f75db4486859cc48899b31a63c712d0a0f33b0.tar.gz freebsd-ports-gnome-f7f75db4486859cc48899b31a63c712d0a0f33b0.tar.zst freebsd-ports-gnome-f7f75db4486859cc48899b31a63c712d0a0f33b0.zip |
Fix problems with AltGr-Modifier on several keyboards.
PR: ports/78209
Submitted by: Kay Lehmann <kay_lehmann@web.de>
Diffstat (limited to 'editors/emacs23')
-rw-r--r-- | editors/emacs23/Makefile | 2 | ||||
-rw-r--r-- | editors/emacs23/files/patch-src:xterm.h | 11 |
2 files changed, 12 insertions, 1 deletions
diff --git a/editors/emacs23/Makefile b/editors/emacs23/Makefile index 31853c7fe89b..83d93917cca0 100644 --- a/editors/emacs23/Makefile +++ b/editors/emacs23/Makefile @@ -7,7 +7,7 @@ PORTNAME= emacs PORTVERSION= 21.3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= editors ipv6 MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/editors/emacs23/files/patch-src:xterm.h b/editors/emacs23/files/patch-src:xterm.h new file mode 100644 index 000000000000..a0faee236ed5 --- /dev/null +++ b/editors/emacs23/files/patch-src:xterm.h @@ -0,0 +1,11 @@ +--- src/xterm.h.orig Mon Feb 28 13:53:40 2005 ++++ src/xterm.h Mon Feb 28 13:53:57 2005 +@@ -21,8 +21,8 @@ + + #include <X11/Xlib.h> + #include <X11/cursorfont.h> +-#include <X11/Xutil.h> + #include <X11/keysym.h> ++#include <X11/Xutil.h> + #include <X11/Xatom.h> + #include <X11/Xresource.h> |