- fix build with XF4.3
- drop maintainership
This commit is contained in:
parent
7420b438fe
commit
9b86c88c9d
@ -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
|
||||
|
12
editors/elvis/patches/patch-guix11_guix11_h
Normal file
12
editors/elvis/patches/patch-guix11_guix11_h
Normal 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
|
Loading…
Reference in New Issue
Block a user