diff options
author | Daniel Gryniewicz <dang@gentoo.org> | 2007-08-20 20:19:17 +0000 |
---|---|---|
committer | Daniel Gryniewicz <dang@gentoo.org> | 2007-08-20 20:19:17 +0000 |
commit | 5a933e8b9d26442842e8d161175f99773fdf83e0 (patch) | |
tree | 15283f8008f9adf785d80ea67881e446e9fec890 /app-text/gtkspell/files/gtkspell-2.0.11-nonls.patch | |
parent | Fix compile warnings; bug #188923 (diff) | |
download | gentoo-2-5a933e8b9d26442842e8d161175f99773fdf83e0.tar.gz gentoo-2-5a933e8b9d26442842e8d161175f99773fdf83e0.tar.bz2 gentoo-2-5a933e8b9d26442842e8d161175f99773fdf83e0.zip |
Fix compile warnings; bug #188963
(Portage version: 2.1.3.6)
Diffstat (limited to 'app-text/gtkspell/files/gtkspell-2.0.11-nonls.patch')
-rw-r--r-- | app-text/gtkspell/files/gtkspell-2.0.11-nonls.patch | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/app-text/gtkspell/files/gtkspell-2.0.11-nonls.patch b/app-text/gtkspell/files/gtkspell-2.0.11-nonls.patch index ba964abe7001..355b379e262c 100644 --- a/app-text/gtkspell/files/gtkspell-2.0.11-nonls.patch +++ b/app-text/gtkspell/files/gtkspell-2.0.11-nonls.patch @@ -1,11 +1,12 @@ -diff -Naurp gtkspell-2.0.11.orig/gtkspell/gtkspell.c gtkspell-2.0.11/gtkspell/gtkspell.c ---- gtkspell-2.0.11.orig/gtkspell/gtkspell.c 2006-05-26 20:59:21 -0500 -+++ gtkspell-2.0.11/gtkspell/gtkspell.c 2006-05-26 21:03:04 -0500 -@@ -5,12 +5,16 @@ +diff --exclude-from=/home/dang/.scripts/diffrc -up -ruN gtkspell-2.0.11.orig/gtkspell/gtkspell.c gtkspell-2.0.11/gtkspell/gtkspell.c +--- gtkspell-2.0.11.orig/gtkspell/gtkspell.c 2005-05-27 17:09:10.000000000 -0400 ++++ gtkspell-2.0.11/gtkspell/gtkspell.c 2007-08-20 16:17:28.000000000 -0400 +@@ -5,12 +5,17 @@ /* vim: set ts=4 sw=4 wm=5 : */ #include <gtk/gtk.h> -#include <libintl.h> ++#include <string.h> #include <locale.h> #include "../config.h" #include "gtkspell.h" |