pkgsrc/audio/cam/patches/patch-ab
hubertf aa67136ab0 * This works fine with out in-tree curses - use it!
* Make "locked" mode the default.
 * Make me the maintainer of this package
2000-09-30 17:24:49 +00:00

24 lines
450 B
Text

$NetBSD: patch-ab,v 1.5 2000/09/30 17:24:50 hubertf Exp $
--- cam.h.orig Mon Oct 21 20:08:08 1996
+++ cam.h
@@ -21,9 +21,19 @@
*/
#include <stdio.h>
+#ifdef __NetBSD__
+#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"