diff options
author | Markus Ullmann <jokey@gentoo.org> | 2006-12-19 17:54:25 +0000 |
---|---|---|
committer | Markus Ullmann <jokey@gentoo.org> | 2006-12-19 17:54:25 +0000 |
commit | b2250c8c8e02d8dc0bc266ee1a363163eb114d4d (patch) | |
tree | 40f92c0709745e746690a2012744710933b49ab3 /app-misc/lcd4linux/files | |
parent | remove more unused use flags (diff) | |
download | historical-b2250c8c8e02d8dc0bc266ee1a363163eb114d4d.tar.gz historical-b2250c8c8e02d8dc0bc266ee1a363163eb114d4d.tar.bz2 historical-b2250c8c8e02d8dc0bc266ee1a363163eb114d4d.zip |
Fix bug #158390 and add new dependency to serdisp, thanks to Robert Buchholz
Package-Manager: portage-2.1.2_rc3-r6
Diffstat (limited to 'app-misc/lcd4linux/files')
-rw-r--r-- | app-misc/lcd4linux/files/lcd4linux-0.10.0-gcc4-compat.patch | 26 | ||||
-rw-r--r-- | app-misc/lcd4linux/files/lcd4linux-0.10.0-kernel2.6.19.patch | 13 |
2 files changed, 13 insertions, 26 deletions
diff --git a/app-misc/lcd4linux/files/lcd4linux-0.10.0-gcc4-compat.patch b/app-misc/lcd4linux/files/lcd4linux-0.10.0-gcc4-compat.patch index bde3b620908f..1149ae640eb2 100644 --- a/app-misc/lcd4linux/files/lcd4linux-0.10.0-gcc4-compat.patch +++ b/app-misc/lcd4linux/files/lcd4linux-0.10.0-gcc4-compat.patch @@ -3,19 +3,6 @@ Patch from upstream SVN --- /trunk/drv_SimpleLCD.c (revision 547) +++ /trunk/drv_SimpleLCD.c (revision 581) -@@ -1,3 +1,3 @@ --/* $Id: lcd4linux-0.10.0-gcc4-compat.patch,v 1.1 2006/12/06 11:31:16 jokey Exp $ -+/* $Id: lcd4linux-0.10.0-gcc4-compat.patch,v 1.1 2006/12/06 11:31:16 jokey Exp $ - * - * driver for a simple serial terminal. -@@ -23,4 +23,7 @@ - * - * $Log: not supported by cvs2svn $ -+ * Revision 1.5 2005/07/06 04:40:18 reinelt -+ * GCC-4 fixes -+ * - * Revision 1.4 2005/05/08 04:32:44 reinelt - * CodingStyle added and applied @@ -199,4 +202,5 @@ { int rows = -1, cols = -1; @@ -38,19 +25,6 @@ Index: /trunk/lcd4linux_i2c.h =================================================================== --- /trunk/lcd4linux_i2c.h (revision 562) +++ /trunk/lcd4linux_i2c.h (revision 581) -@@ -1,3 +1,3 @@ --/* $Id: lcd4linux-0.10.0-gcc4-compat.patch,v 1.1 2006/12/06 11:31:16 jokey Exp $ -+/* $Id: lcd4linux-0.10.0-gcc4-compat.patch,v 1.1 2006/12/06 11:31:16 jokey Exp $ - * - * user space i2c sturctures and defines, taken from the official kernel i2c -@@ -33,4 +33,7 @@ - * - * $Log: not supported by cvs2svn $ -+ * Revision 1.3 2005/07/06 04:40:18 reinelt -+ * GCC-4 fixes -+ * - * Revision 1.2 2005/06/01 12:09:13 reinelt - * removed ^M from lcd4linux_i2c.h; indent.sh run @@ -79,5 +82,5 @@ /* Transfer num messages. */ diff --git a/app-misc/lcd4linux/files/lcd4linux-0.10.0-kernel2.6.19.patch b/app-misc/lcd4linux/files/lcd4linux-0.10.0-kernel2.6.19.patch new file mode 100644 index 000000000000..9738014d3af8 --- /dev/null +++ b/app-misc/lcd4linux/files/lcd4linux-0.10.0-kernel2.6.19.patch @@ -0,0 +1,13 @@ +patch by Guillaume Lecerf <foxcore@gmail.com> +see http://sourceforge.net/mailarchive/message.php?msg_id=37594448 + +--- lcd4linux-0.10.0.orig/plugin_wireless.c 2006-12-04 18:11:41.000000000 +0100 ++++ lcd4linux-0.10.0/plugin_wireless.c 2006-12-04 18:12:01.000000000 +0100 +@@ -92,6 +92,7 @@ + + #include <sys/ioctl.h> + #include <net/if_arp.h> ++#include <linux/if.h> + #include <linux/wireless.h> + #include <math.h> + |