1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

Fix problems with AltGr-Modifier on several keyboards.

PR:		ports/78209
Submitted by:	Kay Lehmann <kay_lehmann@web.de>
This commit is contained in:
MANTANI Nobutaka 2005-03-02 15:05:55 +00:00
parent 48aac18dbc
commit 9b0d5fc1ec
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=130195
6 changed files with 36 additions and 3 deletions

View File

@ -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}

View File

@ -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>

View File

@ -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}

View File

@ -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>

View File

@ -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}

View File

@ -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>