summaryrefslogtreecommitdiff
path: root/audio/cam/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'audio/cam/patches/patch-ab')
-rw-r--r--audio/cam/patches/patch-ab19
1 files changed, 4 insertions, 15 deletions
diff --git a/audio/cam/patches/patch-ab b/audio/cam/patches/patch-ab
index 3a41a924be7..50100e00d26 100644
--- a/audio/cam/patches/patch-ab
+++ b/audio/cam/patches/patch-ab
@@ -1,24 +1,13 @@
-$NetBSD: patch-ab,v 1.5 2000/09/30 17:24:50 hubertf Exp $
+$NetBSD: patch-ab,v 1.6 2004/03/31 10:40:29 minskim Exp $
---- cam.h.orig Mon Oct 21 20:08:08 1996
+--- cam.h.orig 1996-10-21 13:08:08.000000000 -0500
+++ cam.h
-@@ -21,9 +21,19 @@
+@@ -21,7 +21,7 @@
*/
#include <stdio.h>
-+#ifdef __NetBSD__
+-#include <ncurses.h>
+#include <curses.h>
-+#else
- #include <ncurses.h>
-+#endif
#include <signal.h>
-+#if defined(__FreeBSD__)
-+#include <machine/soundcard.h>
-+#elif defined(__NetBSD__)
-+#include <soundcard.h>
-+#else
#include <sys/soundcard.h>
-+#endif
#include <fcntl.h>
-
- #include "sounds.h"