From e5ff3412e2d5d1345e16fd8fbe0ac3e235706344 Mon Sep 17 00:00:00 2001 From: nobutaka Date: Sun, 28 May 2006 14:27:17 +0000 Subject: Fix build error on 7-current. Reported by: netchild --- .../files/patch-src_video_out_libdha_sysdep_pci_freebsd.c | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 multimedia/libxine/files/patch-src_video_out_libdha_sysdep_pci_freebsd.c (limited to 'multimedia/libxine/files') 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 */ +-#include ++#include + #ifndef GCCUSESGAS + #define GCCUSESGAS + #endif -- cgit