From 9b0d5fc1eca05b759c64c3c0b6eade90577cd265 Mon Sep 17 00:00:00 2001 From: MANTANI Nobutaka Date: Wed, 2 Mar 2005 15:05:55 +0000 Subject: Fix problems with AltGr-Modifier on several keyboards. PR: ports/78209 Submitted by: Kay Lehmann --- editors/emacs/Makefile | 2 +- editors/emacs/files/patch-src:xterm.h | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 editors/emacs/files/patch-src:xterm.h (limited to 'editors/emacs') diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile index 31853c7fe89b..83d93917cca0 100644 --- a/editors/emacs/Makefile +++ b/editors/emacs/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/emacs/files/patch-src:xterm.h b/editors/emacs/files/patch-src:xterm.h new file mode 100644 index 000000000000..a0faee236ed5 --- /dev/null +++ b/editors/emacs/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 + #include +-#include + #include ++#include + #include + #include -- cgit v1.2.3