diff options
author | Alexander Sulfrian <alexander@sulfrian.net> | 2011-11-21 22:51:44 +0100 |
---|---|---|
committer | Alexander Sulfrian <alexander@sulfrian.net> | 2011-11-21 22:51:44 +0100 |
commit | 40c3e62619b4c5cbc4a4963ed9e9bad695c26b01 (patch) | |
tree | 33546991ef980699637c03468ad6fcd1e7f6ffbf /app-emulation/bochs/files | |
parent | 93b291cce8fd6ab130ab760ac61f7034834c87cf (diff) | |
download | overlay-40c3e62619b4c5cbc4a4963ed9e9bad695c26b01.tar.gz overlay-40c3e62619b4c5cbc4a4963ed9e9bad695c26b01.tar.xz overlay-40c3e62619b4c5cbc4a4963ed9e9bad695c26b01.zip |
app-emulation: added bochs ebuild with linux-3.x patch
Diffstat (limited to '')
-rw-r--r-- | app-emulation/bochs/files/linux-3.patch | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/app-emulation/bochs/files/linux-3.patch b/app-emulation/bochs/files/linux-3.patch new file mode 100644 index 0000000..998222b --- /dev/null +++ b/app-emulation/bochs/files/linux-3.patch @@ -0,0 +1,32 @@ +--- a/configure.in 2010-04-25 09:57:19.000000000 +0200 ++++ b/configure.in 2011-10-23 14:00:04.000000000 +0200 +@@ -699,8 +699,12 @@ + PCIDEV_MODULE_MAKE_ALL="all-kernel26" + KERNEL_MODULE_SUFFIX="ko" + ;; ++ 3*) ++ PCIDEV_MODULE_MAKE_ALL="all-kernel26" ++ KERNEL_MODULE_SUFFIX="ko" ++ ;; + *) +- AC_MSG_ERROR([Linux kernel 2.4 or 2.6 is required]) ++ AC_MSG_ERROR([Linux kernel 2.4, 2.6 or 3 is required]) + ;; + esac + KERNELDIR="/lib/modules/$linux_version/build" +--- a/configure 2010-04-25 09:58:15.000000000 +0200 ++++ b/configure 2011-10-23 14:09:40.000000000 +0200 +@@ -33561,8 +33561,12 @@ + PCIDEV_MODULE_MAKE_ALL="all-kernel26" + KERNEL_MODULE_SUFFIX="ko" + ;; ++ 3*) ++ PCIDEV_MODULE_MAKE_ALL="all-kernel26" ++ KERNEL_MODULE_SUFFIX="ko" ++ ;; + *) +- { { echo "$as_me:$LINENO: error: Linux kernel 2.4 or 2.6 is required" >&5 ++ { { echo "$as_me:$LINENO: error: Linux kernel 2.4, 2.6 or 3 is required" >&5 + echo "$as_me: error: Linux kernel 2.4 or 2.6 is required" >&2;} + { (exit 1); exit 1; }; } + ;; |