diff options
Diffstat (limited to 'emulators/bochs/patches/patch-configure')
-rw-r--r-- | emulators/bochs/patches/patch-configure | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/emulators/bochs/patches/patch-configure b/emulators/bochs/patches/patch-configure index c532f810c54..0d9315074c1 100644 --- a/emulators/bochs/patches/patch-configure +++ b/emulators/bochs/patches/patch-configure @@ -1,10 +1,8 @@ -$NetBSD: patch-configure,v 1.3 2012/05/23 05:08:00 dholland Exp $ +$NetBSD: patch-configure,v 1.4 2012/10/01 13:40:48 ryoon Exp $ -Treat Linux 3.x like 2.6. - ---- configure~ 2012-01-06 18:51:12.000000000 +0000 +--- configure.orig 2012-09-02 11:30:15.000000000 +0000 +++ configure -@@ -22005,6 +22005,10 @@ $as_echo "$as_me: Linux detected as host +@@ -22084,6 +22084,10 @@ $as_echo "$as_me: Linux detected as host PCIDEV_MODULE_MAKE_ALL="all-kernel26" KERNEL_MODULE_SUFFIX="ko" ;; @@ -13,5 +11,5 @@ Treat Linux 3.x like 2.6. + KERNEL_MODULE_SUFFIX="ko" + ;; *) - as_fn_error "Linux kernel 2.4 or 2.6 is required for PCI host device mapping" "$LINENO" 5 + as_fn_error $? "Linux kernel 2.4, 2.6 or 3.x is required for PCI host device mapping" "$LINENO" 5 ;; |