summaryrefslogtreecommitdiff
path: root/mbone/rat30/files/patch-ab
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2002-10-20 21:06:33 +0000
committerKris Kennaway <kris@FreeBSD.org>2002-10-20 21:06:33 +0000
commit0e0d6fdbab7342b8ffd31540bbb383b62357edb7 (patch)
tree0bef7685d078132b6e543fcecd8b4f006e57f931 /mbone/rat30/files/patch-ab
parentFix build on -current (expr -> expr --) (diff)
Fix build on -current and respect CC and CFLAGS
Notes
Notes: svn path=/head/; revision=68435
Diffstat (limited to '')
-rw-r--r--mbone/rat30/files/patch-ab11
1 files changed, 11 insertions, 0 deletions
diff --git a/mbone/rat30/files/patch-ab b/mbone/rat30/files/patch-ab
new file mode 100644
index 000000000000..6be58d321a47
--- /dev/null
+++ b/mbone/rat30/files/patch-ab
@@ -0,0 +1,11 @@
+--- src/config.h.orig Sun Oct 20 14:05:43 2002
++++ src/config.h Sun Oct 20 14:05:49 2002
+@@ -47,7 +47,7 @@
+ #define OSNAME "FreeBSD"
+ #include <unistd.h>
+ #include <stdlib.h>
+-#include <machine/soundcard.h>
++#include <sys/soundcard.h>
+ #define DIFF_BYTE_ORDER 1
+ #define AUDIO_SPEAKER 0
+ #define AUDIO_HEADPHONE 1