diff options
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" |