Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
I've just added 2.6.18 kernel support to the acx-0.3.35_p20060521.ebuild ebuild, producing acx-0.3.35_p20060521-r1.ebuild. 2.6.18-acx.patch: --- pci.c.old 2006-09-20 22:14:09.000000000 +0000 +++ pci.c 2006-09-20 22:14:17.000000000 +0000 @@ -51,6 +51,7 @@ #include <linux/pm.h> #include <linux/vmalloc.h> #include <linux/dma-mapping.h> +#include <linux/utsrelease.h> #include "acx.h"
Looks good. Stephen, please change addition to: #if LINUX_VERSION_CODE > KERNEL_VERSION(2,6,17) #include <linux/utsrelease.h> #endif and apply patch unconditionally in stable tree
Created an attachment (id=99659) [edit] patch for 0.3.35_p20060521
Created an attachment (id=99660) [edit] patch for 0.3.35
Stephen: please commit ASAP
I'm currently without a direct internet connection, so no CVS access. Someone else feel free to commit this, or I'll get to it once I have CVS again, hopefully in a few days.
in portage