diff options
author | dbj <dbj@pkgsrc.org> | 2006-08-28 17:10:59 +0000 |
---|---|---|
committer | dbj <dbj@pkgsrc.org> | 2006-08-28 17:10:59 +0000 |
commit | 22fd72205598d6d05e7082881f567fea3db2e3dd (patch) | |
tree | dad58c3d39c1907f8551b5b020c7b7731ee5dff5 /misc | |
parent | 3bc311475c7c330f6b6bd0ebdf13574aa9c8312b (diff) | |
download | pkgsrc-22fd72205598d6d05e7082881f567fea3db2e3dd.tar.gz |
re-add files that were accidentally first committed on 2006Q2 branch
Diffstat (limited to 'misc')
-rw-r--r-- | misc/libcdio/patches/patch-ab | 13 | ||||
-rw-r--r-- | misc/libcdio/patches/patch-ac | 13 |
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..6b15abfc4e8 --- /dev/null +++ b/misc/libcdio/patches/patch-ab @@ -0,0 +1,13 @@ +$NetBSD: patch-ab,v 1.3 2006/08/28 17:10:59 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..951daf46e55 --- /dev/null +++ b/misc/libcdio/patches/patch-ac @@ -0,0 +1,13 @@ +$NetBSD: patch-ac,v 1.2 2006/08/28 17:10:59 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 |