summaryrefslogtreecommitdiff
path: root/audio/aumix/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'audio/aumix/patches/patch-ab')
-rw-r--r--audio/aumix/patches/patch-ab13
1 files changed, 13 insertions, 0 deletions
diff --git a/audio/aumix/patches/patch-ab b/audio/aumix/patches/patch-ab
new file mode 100644
index 00000000000..d97545a36d0
--- /dev/null
+++ b/audio/aumix/patches/patch-ab
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.1 2001/04/05 13:50:43 wiz Exp $
+
+--- src/curses.h.orig Tue Jun 27 07:51:42 2000
++++ src/curses.h
+@@ -4,7 +4,7 @@
+ #include <signal.h> /* updates only needed in interactive modes */
+ #define XOFFSET 0 /* blank columns to leave at the left */
+ #define YOFFSET 0 /* blank lines to leave at the top */
+-#if HAVE_NCURSES_H
++#if 1
+ #include <ncurses.h>
+ #else
+ #include <curses.h>