re-add files that were accidentally first committed on 2006Q2 branch
This commit is contained in:
parent
24fdee7967
commit
2f4040aee6
2 changed files with 26 additions and 0 deletions
13
misc/libcdio/patches/patch-ab
Normal file
13
misc/libcdio/patches/patch-ab
Normal file
|
@ -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
|
13
misc/libcdio/patches/patch-ac
Normal file
13
misc/libcdio/patches/patch-ac
Normal file
|
@ -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
|
Loading…
Reference in a new issue