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 | |
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')
-rw-r--r-- | app-text/gtkspell/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/gtkspell/files/gtkspell-2.0.11-nonls.patch | 9 |
2 files changed, 10 insertions, 5 deletions
diff --git a/app-text/gtkspell/ChangeLog b/app-text/gtkspell/ChangeLog index eaaff5e10e71..87783e316703 100644 --- a/app-text/gtkspell/ChangeLog +++ b/app-text/gtkspell/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/gtkspell # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/gtkspell/ChangeLog,v 1.52 2007/01/16 14:02:49 uberlord Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/gtkspell/ChangeLog,v 1.53 2007/08/20 20:19:17 dang Exp $ + + 20 Aug 2007; Daniel Gryniewicz <dang@gentoo.org> + files/gtkspell-2.0.11-nonls.patch: + Fix compile warnings; bug #188963 16 Jan 2007; Roy Marples <uberlord@gentoo.org> gtkspell-2.0.11-r1.ebuild: Added ~x86-fbsd keyword. 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" |