summaryrefslogtreecommitdiff
path: root/editors/hexedit/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'editors/hexedit/patches/patch-ab')
-rw-r--r--editors/hexedit/patches/patch-ab13
1 files changed, 8 insertions, 5 deletions
diff --git a/editors/hexedit/patches/patch-ab b/editors/hexedit/patches/patch-ab
index d3ad4f63917..81d3e79c6e3 100644
--- a/editors/hexedit/patches/patch-ab
+++ b/editors/hexedit/patches/patch-ab
@@ -1,13 +1,16 @@
-$NetBSD: patch-ab,v 1.3 1998/09/28 10:35:56 frueauf Exp $
+$NetBSD: patch-ab,v 1.4 1999/11/12 16:07:02 agc Exp $
---- hexedit.h.orig Mon Aug 31 20:50:50 1998
-+++ hexedit.h Tue Sep 15 13:45:05 1998
-@@ -12,7 +12,7 @@
+--- hexedit.h 1999/11/12 15:56:55 1.1
++++ hexedit.h 1999/11/12 15:57:32
+@@ -12,7 +12,11 @@
#if HAVE_UNISTD_H
#include <unistd.h>
#endif
--#include <curses.h>
++#ifdef __NetBSD__
+#include <ncurses.h>
++#else
+ #include <curses.h>
++#endif
#include <ctype.h>
#include <signal.h>
#if HAVE_SYS_WAIT_H