diff options
author | kris <kris@FreeBSD.org> | 2002-09-08 18:39:12 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2002-09-08 18:39:12 +0800 |
commit | af2a7c1cb6fbb97bb50e9b5479d29d6a3ba0ac12 (patch) | |
tree | 8b0f5dd3cd339b69f76d33b17f374bc1e263c913 /audio/xtuner | |
parent | f5d490860d604b7f63137d7a31af6a38c380100b (diff) | |
download | freebsd-ports-gnome-af2a7c1cb6fbb97bb50e9b5479d29d6a3ba0ac12.tar.gz freebsd-ports-gnome-af2a7c1cb6fbb97bb50e9b5479d29d6a3ba0ac12.tar.zst freebsd-ports-gnome-af2a7c1cb6fbb97bb50e9b5479d29d6a3ba0ac12.zip |
Fix build on -current (machine/soundcard.h -> sys/soundcard.h)
Diffstat (limited to 'audio/xtuner')
-rw-r--r-- | audio/xtuner/files/patch-aa | 12 |
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; |