diff options
author | tron <tron@pkgsrc.org> | 2000-05-07 20:34:13 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-05-07 20:34:13 +0000 |
commit | d3ab19ccaaddfb8880a629149fe8ba12c990ebdc (patch) | |
tree | 4cca62b6551aa5cd771d69b71058902b29f12e5d /graphics/fxtv/patches/patch-ac | |
parent | 89841782e7472afc0931726ac91dfd5d4859a413 (diff) | |
download | pkgsrc-d3ab19ccaaddfb8880a629149fe8ba12c990ebdc.tar.gz |
Initial import of new "fxtv" package:
TV display application for Brooktree 848 compatible TV cards
Diffstat (limited to 'graphics/fxtv/patches/patch-ac')
-rw-r--r-- | graphics/fxtv/patches/patch-ac | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/graphics/fxtv/patches/patch-ac b/graphics/fxtv/patches/patch-ac new file mode 100644 index 00000000000..e3aca296921 --- /dev/null +++ b/graphics/fxtv/patches/patch-ac @@ -0,0 +1,14 @@ +$NetBSD: patch-ac,v 1.1.1.1 2000/05/07 20:34:13 tron Exp $ + +--- pixelview_remote.c.orig Wed Nov 3 10:55:44 1999 ++++ pixelview_remote.c Sun May 7 22:28:36 2000 +@@ -38,8 +38,7 @@ + #include <unistd.h> + #include <sys/fcntl.h> + #ifdef __NetBSD__ +-# include <dev/pci/bt848var.h> +-# include <dev/pci/meteorvar.h> ++# include <dev/ic/bt8xx.h> + #else + # include <machine/ioctl_meteor.h> + # include <machine/ioctl_bt848.h> |