freebsd-ports/audio/cam/files/patch-ab
Tim Vanderhoek 249efab97e Use MAN1. Split-up monolithic patch-aa. Make reinstall: work.
Respect BINOWN and MANOWN.  (Changes for this are in patch-ad --- I
should have split patch-aa in a separate commit).
1998-08-22 05:48:17 +00:00

16 lines
354 B
Plaintext

diff -ru ../cam-1.02-virgin/cam.h ./cam.h
--- ../cam-1.02-virgin/cam.h Mon Oct 21 13:08:08 1996
+++ ./cam.h Sun Nov 10 12:19:52 1996
@@ -23,7 +23,11 @@
#include <stdio.h>
#include <ncurses.h>
#include <signal.h>
+#ifdef __FreeBSD__
+#include <machine/soundcard.h>
+#else
#include <sys/soundcard.h>
+#endif
#include <fcntl.h>
#include "sounds.h"