diff options
author | Tim Vanderhoek <hoek@FreeBSD.org> | 1998-08-22 05:48:17 +0000 |
---|---|---|
committer | Tim Vanderhoek <hoek@FreeBSD.org> | 1998-08-22 05:48:17 +0000 |
commit | 249efab97e4b42124c4ed28468d9f461a8579b35 (patch) | |
tree | 0928dd4fc2465bbe888c2ae8a2cdfca0965135a7 /audio/cam/files/patch-ab | |
parent | Make 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-ab | 15 |
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" |