pkgsrc/editors/nvi/patches/patch-av
wiz 264c1fb0e3 Fix build with automake-1.13.
While here, use a better WRKSRC and rebase patches.
2013-01-23 17:26:07 +00:00

12 lines
485 B
Text

$NetBSD: patch-av,v 1.2 2013/01/23 17:26:08 wiz Exp $
--- ex/extern.h.orig 2007-11-19 03:43:54.000000000 +1100
+++ ex/extern.h
@@ -91,6 +91,7 @@ int re_compile __P((SCR *,
CHAR_T *, size_t, CHAR_T **, size_t *, regex_t *, u_int));
void re_error __P((SCR *, int, regex_t *));
int ex_tag_first __P((SCR *, CHAR_T *));
+int ex_rtag_push __P((SCR *, EXCMD *));
int ex_tag_push __P((SCR *, EXCMD *));
int ex_tag_next __P((SCR *, EXCMD *));
int ex_tag_prev __P((SCR *, EXCMD *));