diff options
-rw-r--r-- | multimedia/libxine/files/patch-src_video_out_libdha_sysdep_pci_freebsd.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/multimedia/libxine/files/patch-src_video_out_libdha_sysdep_pci_freebsd.c b/multimedia/libxine/files/patch-src_video_out_libdha_sysdep_pci_freebsd.c new file mode 100644 index 000000000000..fd5299ea51a2 --- /dev/null +++ b/multimedia/libxine/files/patch-src_video_out_libdha_sysdep_pci_freebsd.c @@ -0,0 +1,11 @@ +--- src/video_out/libdha/sysdep/pci_freebsd.c.orig Sun May 28 22:49:02 2006 ++++ src/video_out/libdha/sysdep/pci_freebsd.c Sun May 28 22:50:59 2006 +@@ -8,7 +8,7 @@ + /* machine/console.h seems to be outdated by recent FreeBSD * + * however pcvt_ioctl.h seems to exist for very long time */ + /* #include <machine/console.h>*/ +-#include <machine/pcvt_ioctl.h> ++#include <sys/kbio.h> + #ifndef GCCUSESGAS + #define GCCUSESGAS + #endif |