diff options
author | Tim Yamin <plasmaroo@gentoo.org> | 2003-10-14 21:02:48 +0000 |
---|---|---|
committer | Tim Yamin <plasmaroo@gentoo.org> | 2003-10-14 21:02:48 +0000 |
commit | 439b3bbd4ea5d2802c88d68501d58864142e22f3 (patch) | |
tree | 5bae1675544160fb10982aa1193556613b7dcd0f /sys-apps/i2c/files | |
parent | a bit of qa (diff) | |
download | gentoo-2-439b3bbd4ea5d2802c88d68501d58864142e22f3.tar.gz gentoo-2-439b3bbd4ea5d2802c88d68501d58864142e22f3.tar.bz2 gentoo-2-439b3bbd4ea5d2802c88d68501d58864142e22f3.zip |
Added patch to get this thing to compile on Alpha platforms, Bug #31084.
Diffstat (limited to 'sys-apps/i2c/files')
-rw-r--r-- | sys-apps/i2c/files/i2c-2.8.0-alphaCompile.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sys-apps/i2c/files/i2c-2.8.0-alphaCompile.patch b/sys-apps/i2c/files/i2c-2.8.0-alphaCompile.patch new file mode 100644 index 000000000000..cf6ef481a652 --- /dev/null +++ b/sys-apps/i2c/files/i2c-2.8.0-alphaCompile.patch @@ -0,0 +1,11 @@ +--- i2c-velleman.c 2003-01-21 10:00:19.000000000 +0000 ++++ i2c-velleman.c.plasmaroo 2003-10-14 19:31:11.000000000 +0100 +@@ -20,6 +20,8 @@ + + /* $Id: i2c-2.8.0-alphaCompile.patch,v 1.1 2003/10/14 21:02:42 plasmaroo Exp $ */ + ++#include <asm/param.h> // Alpha compile fix ++ + #include <linux/kernel.h> + #include <linux/ioport.h> + #include <linux/module.h> |