From 2ee54b4b354e22abf86e5ff93b529806fb198578 Mon Sep 17 00:00:00 2001 From: MANTANI Nobutaka Date: Sun, 28 May 2006 14:27:17 +0000 Subject: [PATCH] Fix build error on 7-current. Reported by: netchild --- .../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 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