summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorEric Anholt <anholt@FreeBSD.org>2003-03-13 07:08:50 +0000
committerEric Anholt <anholt@FreeBSD.org>2003-03-13 07:08:50 +0000
commit46d40d4bc8bcd747da017a7e2cb5ff27b647d16d (patch)
tree3c4378595412a29cc1768187676e3d519ea79696 /editors
parentUpgrade to 1.8.4 to fix a build time error where a C89 compiler fails (diff)
Include keysym.h not keysymdef.h, to get XK_ISO_Lock with XFree86 4.3.0.
Submitted by: bento/kris
Notes
Notes: svn path=/head/; revision=77116
Diffstat (limited to 'editors')
-rw-r--r--editors/elvis/files/patch-ac11
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/elvis/files/patch-ac b/editors/elvis/files/patch-ac
new file mode 100644
index 000000000000..17382661485a
--- /dev/null
+++ b/editors/elvis/files/patch-ac
@@ -0,0 +1,11 @@
+--- guix11/guix11.h.orig Wed Mar 12 22:40:16 2003
++++ guix11/guix11.h Wed Mar 12 22:40:25 2003
+@@ -12,7 +12,7 @@
+ #include <X11/Xlib.h>
+ #include <X11/Xutil.h>
+ #define XK_MISCELLANY
+-#include <X11/keysymdef.h>
++#include <X11/keysym.h>
+ #include <X11/Xatom.h>
+ #include <X11/Xresource.h>
+ #ifdef NEED_XOS_H