summaryrefslogtreecommitdiff
path: root/editors/xwpe/patches
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-01-04 21:43:44 +0000
committerjoerg <joerg@pkgsrc.org>2006-01-04 21:43:44 +0000
commit8cab449c345099c13e5c7f1077b07e3f8d5674d3 (patch)
tree4e40719d2552a7f70e495a62b8ac6a54216d91c6 /editors/xwpe/patches
parentf2a54795e8013642fe341e234925177b29c652eb (diff)
downloadpkgsrc-8cab449c345099c13e5c7f1077b07e3f8d5674d3.tar.gz
Depend on ncurses to provide prototypes for tparm and tgoto.
At least the former creates a conflict between K&R style variable arguments and ISO C style elipses.
Diffstat (limited to 'editors/xwpe/patches')
-rw-r--r--editors/xwpe/patches/patch-ab13
1 files changed, 13 insertions, 0 deletions
diff --git a/editors/xwpe/patches/patch-ab b/editors/xwpe/patches/patch-ab
new file mode 100644
index 00000000000..3d2d8bcbb0e
--- /dev/null
+++ b/editors/xwpe/patches/patch-ab
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.1 2006/01/04 21:43:44 joerg Exp $
+
+--- we_debug.c.orig 2006-01-04 21:40:11.000000000 +0000
++++ we_debug.c
+@@ -52,8 +52,6 @@ extern BUFFER *e_p_w_buffer;
+ extern char *att_no;
+ extern char *e_tmp_dir;
+
+-char *tparm();
+-char *tgoto();
+ #ifdef DEFTPUTS
+ int tputs();
+ #endif