summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordbj <dbj@pkgsrc.org>2006-08-27 23:27:05 +0000
committerdbj <dbj@pkgsrc.org>2006-08-27 23:27:05 +0000
commit9a2ea8540b70db914c46c5036d1e6563073c830e (patch)
tree25e5ddd9d94d4919c901aeaf8d2f8cf6f78d8b60
parent66eaa7c2b425ad047d83fbaec3ffb734b64aca82 (diff)
downloadpkgsrc-9a2ea8540b70db914c46c5036d1e6563073c830e.tar.gz
check for darwin driver using darwin* instead of darwin6*|darwin7*
this allows it to correctly find the driver on darwin8/osx10.4 bump pkgrevision
-rw-r--r--misc/libcdio/patches/patch-ab13
-rw-r--r--misc/libcdio/patches/patch-ac13
2 files changed, 26 insertions, 0 deletions
diff --git a/misc/libcdio/patches/patch-ab b/misc/libcdio/patches/patch-ab
new file mode 100644
index 00000000000..4732805e104
--- /dev/null
+++ b/misc/libcdio/patches/patch-ab
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.2.14.1 2006/08/27 23:27:05 dbj Exp $
+
+--- configure.ac.orig 2005-09-23 05:08:48.000000000 -0400
++++ configure.ac
+@@ -379,7 +379,7 @@ case $host_os in
+ ## AC_DEFINE([HAVE_AIX_CDROM], [1],
+ ## [Define 1 if you have AIX CD-ROM support])
+ ;;
+- darwin6*|darwin7*)
++ darwin*)
+ AC_CHECK_HEADERS(IOKit/IOKitLib.h CoreFoundation/CFBase.h,
+ [have_iokit_h="yes"])
+ if test "x$have_iokit_h" = "xyes" ; then
diff --git a/misc/libcdio/patches/patch-ac b/misc/libcdio/patches/patch-ac
new file mode 100644
index 00000000000..2bdd995c82d
--- /dev/null
+++ b/misc/libcdio/patches/patch-ac
@@ -0,0 +1,13 @@
+$NetBSD: patch-ac,v 1.1.2.1 2006/08/27 23:27:06 dbj Exp $
+
+--- configure.orig 2005-09-22 20:03:06.000000000 -0400
++++ configure
+@@ -21860,7 +21860,7 @@ case $host_os in
+ ## AC_DEFINE([HAVE_AIX_CDROM], [1],
+ ## [Define 1 if you have AIX CD-ROM support])
+ ;;
+- darwin6*|darwin7*)
++ darwin*)
+
+
+ for ac_header in IOKit/IOKitLib.h CoreFoundation/CFBase.h