pkgsrc/x11/xview-lib/patches/patch-dc
abs c9c8f97e88 - Add PKG_DESTDIR_SUPPORT
- Depend on the latest version of xview-config
- Mark as LICENSE sun-openlook-license
- Bump pkgrevision
2009-12-10 20:35:56 +00:00

13 lines
431 B
Text

$NetBSD: patch-dc,v 1.3 2009/12/10 20:35:58 abs Exp $
--- lib/libxview/textsw/txt_putkey.c.orig 1993-06-29 05:17:41.000000000 +0000
+++ lib/libxview/textsw/txt_putkey.c
@@ -19,7 +19,7 @@ static char sccsid[] = "@(#)txt_putk
#include <xview_private/ev_impl.h>
#include <errno.h>
-extern int errno;
+static int textsw_do_put();
Pkg_private Ev_finger_handle ev_add_finger();
Pkg_private int ev_get_selection();