diff options
author | tron <tron@pkgsrc.org> | 2000-05-07 20:49:44 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-05-07 20:49:44 +0000 |
commit | cfe0f6fd423e48b28c4321dcf83671cbd0efc325 (patch) | |
tree | ed4a9408e56c233c19fa20a33133b7f7c885c996 /audio/xmradio/patches | |
parent | 48049d17759577be116b37a1097d1cb636df19dd (diff) | |
download | pkgsrc-cfe0f6fd423e48b28c4321dcf83671cbd0efc325.tar.gz |
Initial import of new "xmradio" package:
Radio applicaton for Brooktree 848 compatible TV cards
Diffstat (limited to 'audio/xmradio/patches')
-rw-r--r-- | audio/xmradio/patches/patch-aa | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/audio/xmradio/patches/patch-aa b/audio/xmradio/patches/patch-aa new file mode 100644 index 00000000000..9a4677f7d37 --- /dev/null +++ b/audio/xmradio/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1.1.1 2000/05/07 20:49:45 tron Exp $ + +--- radio.c.orig Thu Oct 21 22:14:07 1999 ++++ radio.c Sun May 7 22:45:51 2000 +@@ -61,7 +61,7 @@ + #include <sys/param.h> + #include <sys/wait.h> + #ifdef __NetBSD__ +-#include <dev/pci/bt848var.h> ++#include <dev/ic/bt8xx.h> + #include <soundcard.h> + #else + #ifdef linux |