diff options
Diffstat (limited to 'tools/depends/target/libcdio-gplv3/osx.patch')
-rw-r--r-- | tools/depends/target/libcdio-gplv3/osx.patch | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/tools/depends/target/libcdio-gplv3/osx.patch b/tools/depends/target/libcdio-gplv3/osx.patch new file mode 100644 index 0000000000..f7059731a4 --- /dev/null +++ b/tools/depends/target/libcdio-gplv3/osx.patch @@ -0,0 +1,19 @@ +--- configure.ac 2012-10-27 17:07:45.000000000 +0200 ++++ configure.ac.new 2012-10-28 11:07:00.000000000 +0100 +@@ -352,14 +352,14 @@ + esac + AC_SUBST(native_abs_top_srcdir) + +-case $host_os in ++case $host in + aix*) + ## Don't use AIX driver until starts to really work + ## cd_drivers="${cd_drivers}, AIX" + ## AC_DEFINE([HAVE_AIX_CDROM], [1], + ## [Define 1 if you have AIX CD-ROM support]) + ;; +- darwin[[6-9]].*|darwin1[[0-2]].*) ++ *86*-apple-darwin*) + AC_CHECK_HEADERS(IOKit/IOKitLib.h CoreFoundation/CFBase.h, + [have_iokit_h="yes"]) + if test "x$have_iokit_h" = "xyes" ; then |