ports/xemacs-devel

Palle Girgensohn girgen at FreeBSD.org
Tue Feb 15 16:25:41 PST 2005


Hi!

Is it OK with you if I commit this patch (to keep my Alt-Gr key from 
beeping an error).

xemacs-devel$ cat files/patch-src-console-x-h
Reference:
http://list-archive.xemacs.org/xemacs-patches/200501/msg00069.html

--- src/console-x.h~    Sun Mar  9 03:27:40 2003
+++ src/console-x.h     Wed Feb 16 00:22:38 2005
@@ -36,11 +36,14 @@
 #ifdef HAVE_X_WINDOWS

 #include "console.h"
+/* must come before Xutil.h, which is included indirectly from 
xintrinsic.h,
+   to avoid breakage in keysym-parsing macros from X11R6, at least X.org as
+   of 2005-01-17, and probably XFree86 too from reports on c.e.x */
+#include <X11/keysym.h>
 #include "xintrinsic.h"
 #include "../lwlib/lwlib.h"

 #include <X11/cursorfont.h>
-#include <X11/keysym.h>
 #include <X11/Xatom.h>
 #include <X11/StringDefs.h>


Regards,

Palle



More information about the freebsd-ports mailing list