aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--audio/tuneradio/files/patch-tuneradio.c15
1 files changed, 15 insertions, 0 deletions
diff --git a/audio/tuneradio/files/patch-tuneradio.c b/audio/tuneradio/files/patch-tuneradio.c
new file mode 100644
index 000000000000..5532a8831aae
--- /dev/null
+++ b/audio/tuneradio/files/patch-tuneradio.c
@@ -0,0 +1,15 @@
+--- tuneradio.c.orig Fri Oct 31 06:53:39 2003
++++ tuneradio.c Mon Feb 9 21:40:26 2004
+@@ -41,7 +41,12 @@
+ #include <unistd.h>
+ #include <sys/ioctl.h>
+ #include <sys/types.h>
++#include <sys/param.h>
++#if __FreeBSD_version >= 502100
++#include <dev/bktr/ioctl_bt848.h>
++#else
+ #include <machine/ioctl_bt848.h>
++#endif
+
+ #define TRUE 1
+ #define FALSE 0