1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Undo an obsoleted patch to include <sys/soundcard.h> instead of

<machine/soundcard.h> and fix build on -current.
This commit is contained in:
Kris Kennaway 2003-05-10 07:18:36 +00:00
parent f4e3fa0e62
commit 82848e9a9f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=80592
2 changed files with 6 additions and 6 deletions

View File

@ -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"

View File

@ -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"