aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/libxine
diff options
context:
space:
mode:
authornobutaka <nobutaka@FreeBSD.org>2006-05-28 22:27:17 +0800
committernobutaka <nobutaka@FreeBSD.org>2006-05-28 22:27:17 +0800
commite5ff3412e2d5d1345e16fd8fbe0ac3e235706344 (patch)
tree93f7f6ca55f3b05e6b711605f3fe91660a0ab8eb /multimedia/libxine
parent224d1b3b398a72a1d20691336aaaac2ea1f37226 (diff)
downloadfreebsd-ports-gnome-e5ff3412e2d5d1345e16fd8fbe0ac3e235706344.tar.gz
freebsd-ports-gnome-e5ff3412e2d5d1345e16fd8fbe0ac3e235706344.tar.zst
freebsd-ports-gnome-e5ff3412e2d5d1345e16fd8fbe0ac3e235706344.zip
Fix build error on 7-current.
Reported by: netchild
Diffstat (limited to 'multimedia/libxine')
-rw-r--r--multimedia/libxine/files/patch-src_video_out_libdha_sysdep_pci_freebsd.c11
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