- fix build with XF4.3

- drop maintainership
This commit is contained in:
naddy 2003-04-08 13:28:59 +00:00
parent 7420b438fe
commit 9b86c88c9d
2 changed files with 13 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.7 2002/12/29 19:43:49 fgsch Exp $
# $OpenBSD: Makefile,v 1.8 2003/04/08 13:28:59 naddy Exp $
COMMENT= "clone of the ex/vi text editor"
@ -7,8 +7,6 @@ PKGNAME= ${DISTNAME:S/_/./}
CATEGORIES= editors
HOMEPAGE= http://www.fh-wedel.de/elvis/
MAINTAINER= Christian Weisgerber <naddy@openbsd.org>
# Artistic
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes

View File

@ -0,0 +1,12 @@
$OpenBSD: patch-guix11_guix11_h,v 1.1 2003/04/08 13:28:59 naddy Exp $
--- guix11/guix11.h.orig Tue Apr 8 15:27:19 2003
+++ guix11/guix11.h Tue Apr 8 15:27:36 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