aboutsummaryrefslogtreecommitdiff
path: root/audio/xtuner
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2002-09-08 10:39:12 +0000
committerKris Kennaway <kris@FreeBSD.org>2002-09-08 10:39:12 +0000
commitb2a7ffa557e166a30a966f2ec91a172ee7f3bee7 (patch)
tree9a71ce5647e8f78e92a36c4f1f1e0283c3546fbf /audio/xtuner
parent3b71e09158e04968a7cf911d372340ab19f5269d (diff)
downloadports-b2a7ffa557e166a30a966f2ec91a172ee7f3bee7.tar.gz
ports-b2a7ffa557e166a30a966f2ec91a172ee7f3bee7.zip
Notes
Diffstat (limited to 'audio/xtuner')
-rw-r--r--audio/xtuner/files/patch-aa12
1 files changed, 8 insertions, 4 deletions
diff --git a/audio/xtuner/files/patch-aa b/audio/xtuner/files/patch-aa
index 8a5fb144435c..9619159db448 100644
--- a/audio/xtuner/files/patch-aa
+++ b/audio/xtuner/files/patch-aa
@@ -1,12 +1,16 @@
---- xtuner.h.orig Thu Dec 19 14:33:57 1996
-+++ xtuner.h Thu Jul 4 05:52:14 2002
-@@ -9,15 +9,14 @@
+--- xtuner.h.orig Thu Dec 19 11:33:57 1996
++++ xtuner.h Sun Sep 8 03:33:58 2002
+@@ -9,15 +9,18 @@
#if (defined(BSD) && (BSD >= 199306))
# include <osreldate.h>
# include <stdlib.h>
-# include "/usr/X11/include/X11/forms.h"
# include <machine/cpufunc.h>
++#ifdef __FreeBSD__
++# include <sys/soundcard.h>
++#else
# include <machine/soundcard.h>
++#endif
#else
# include <asm/io.h>
-# include "forms.h"
@@ -17,7 +21,7 @@
#include <X11/xpm.h>
#include <X11/Xlib.h>
#include <X11/Xutil.h>
-@@ -46,6 +45,13 @@
+@@ -46,6 +49,13 @@
#if (defined(BSD) && (BSD >= 199306))
int fpiopl;