summaryrefslogtreecommitdiff
path: root/audio/cam/files/patch-ab
diff options
context:
space:
mode:
authorTim Vanderhoek <hoek@FreeBSD.org>1998-08-22 05:48:17 +0000
committerTim Vanderhoek <hoek@FreeBSD.org>1998-08-22 05:48:17 +0000
commit249efab97e4b42124c4ed28468d9f461a8579b35 (patch)
tree0928dd4fc2465bbe888c2ae8a2cdfca0965135a7 /audio/cam/files/patch-ab
parentMake this work with asami's proposed bsd.port.mk. <sigh> (diff)
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).
Diffstat (limited to 'audio/cam/files/patch-ab')
-rw-r--r--audio/cam/files/patch-ab15
1 files changed, 15 insertions, 0 deletions
diff --git a/audio/cam/files/patch-ab b/audio/cam/files/patch-ab
new file mode 100644
index 000000000000..40b7498a9775
--- /dev/null
+++ b/audio/cam/files/patch-ab
@@ -0,0 +1,15 @@
+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"