aboutsummaryrefslogtreecommitdiff
path: root/tools/depends/target/libcdio/configure.patch
diff options
context:
space:
mode:
authorCory Fields <theuni-nospam-@xbmc.org>2013-03-08 23:16:23 -0500
committerCory Fields <theuni-nospam-@xbmc.org>2013-03-11 00:16:02 -0400
commit592d4c0b147ab05f2822c7ba5f4e9112784b6ce1 (patch)
tree690a46b49e80cc55c4329d5aebdfea917b0fc800 /tools/depends/target/libcdio/configure.patch
parentcdf099d0f824a787904d828c5573c70bf8489738 (diff)
depends: add mess of depends
Diffstat (limited to 'tools/depends/target/libcdio/configure.patch')
-rw-r--r--tools/depends/target/libcdio/configure.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/tools/depends/target/libcdio/configure.patch b/tools/depends/target/libcdio/configure.patch
new file mode 100644
index 0000000000..a4110ef9cb
--- /dev/null
+++ b/tools/depends/target/libcdio/configure.patch
@@ -0,0 +1,11 @@
+--- configure.ac 2012-05-27 15:06:13.044747493 -0400
++++ configure.ac 2012-05-27 15:05:52.364747505 -0400
+@@ -378,7 +378,7 @@
+ ;;
+ linux*|uclinux)
+ AC_CHECK_HEADERS(linux/version.h linux/major.h)
+- AC_CHECK_HEADERS(linux/cdrom.h, [have_linux_cdrom_h="yes"])
++ AC_CHECK_HEADERS(linux/cdrom.h, [have_linux_cdrom_h="no"])
+ if test "x$have_linux_cdrom_h" = "xyes" ; then
+ AC_TRY_COMPILE(,[
+ #include <linux/cdrom.h>