diff options
author | kris <kris@FreeBSD.org> | 2003-05-10 15:18:36 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2003-05-10 15:18:36 +0800 |
commit | 2879df2bffc9cd00ee0f3a3523a48b8970e015a2 (patch) | |
tree | 3700b841424c29b51e8e4c50f6001805ca62ef6c /mbone/vat | |
parent | 12bc8650ce1f03d9c26973614f3b384b2478dabb (diff) | |
download | freebsd-ports-gnome-2879df2bffc9cd00ee0f3a3523a48b8970e015a2.tar.gz freebsd-ports-gnome-2879df2bffc9cd00ee0f3a3523a48b8970e015a2.tar.zst freebsd-ports-gnome-2879df2bffc9cd00ee0f3a3523a48b8970e015a2.zip |
Undo an obsoleted patch to include <sys/soundcard.h> instead of
<machine/soundcard.h> and fix build on -current.
Diffstat (limited to 'mbone/vat')
-rw-r--r-- | mbone/vat/files/patch-ah | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mbone/vat/files/patch-ah b/mbone/vat/files/patch-ah index 38c4ef3adf4c..596513307334 100644 --- a/mbone/vat/files/patch-ah +++ b/mbone/vat/files/patch-ah @@ -1,5 +1,5 @@ ---- audio-voxware.cc.dist Fri Apr 26 05:22:37 1996 -+++ audio-voxware.cc Mon Dec 18 18:18:31 2000 +--- audio-voxware.cc.orig Fri Apr 26 05:22:37 1996 ++++ audio-voxware.cc Sat May 10 00:15:51 2003 @@ -1,4 +1,6 @@ /* + * Modifications (C) 1997-1998 by Luigi Rizzo and others. @@ -44,7 +44,7 @@ -#include <sys/soundcard.h> +#include <fcntl.h> #endif -+#include <machine/soundcard.h> ++#include <sys/soundcard.h> #include "audio.h" +#include "mulaw.h" #include "Tcl.h" |