diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-03-02 22:24:42 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-03-02 22:24:42 +0000 |
commit | ff59b8d654998d9592ab6677bc42cc3a2a46d9f5 (patch) | |
tree | 3a96e1c0ab00cdda55714403354ae64a572c6a0a /games-board/gnono | |
parent | remove old (diff) | |
download | gentoo-2-ff59b8d654998d9592ab6677bc42cc3a2a46d9f5.tar.gz gentoo-2-ff59b8d654998d9592ab6677bc42cc3a2a46d9f5.tar.bz2 gentoo-2-ff59b8d654998d9592ab6677bc42cc3a2a46d9f5.zip |
remove -Werror (bug #260897)
(Portage version: 2.1.6.7/cvs/Linux i686)
Diffstat (limited to 'games-board/gnono')
-rw-r--r-- | games-board/gnono/ChangeLog | 6 | ||||
-rw-r--r-- | games-board/gnono/files/gnono-1.9.1-gentoo.patch | 22 |
2 files changed, 20 insertions, 8 deletions
diff --git a/games-board/gnono/ChangeLog b/games-board/gnono/ChangeLog index 2636bafb0e52..c0e045c9027b 100644 --- a/games-board/gnono/ChangeLog +++ b/games-board/gnono/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-board/gnono # Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/gnono/ChangeLog,v 1.11 2009/01/29 03:02:54 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/gnono/ChangeLog,v 1.12 2009/03/02 22:24:42 mr_bones_ Exp $ + + 02 Mar 2009; Michael Sterrett <mr_bones_@gentoo.org> + files/gnono-1.9.1-gentoo.patch: + remove -Werror (bug #260897) 29 Jan 2009; Michael Sterrett <mr_bones_@gentoo.org> gnono-1.9.1.ebuild: EAPI=2 diff --git a/games-board/gnono/files/gnono-1.9.1-gentoo.patch b/games-board/gnono/files/gnono-1.9.1-gentoo.patch index e87ae4acfa8f..04915d6d5aa1 100644 --- a/games-board/gnono/files/gnono-1.9.1-gentoo.patch +++ b/games-board/gnono/files/gnono-1.9.1-gentoo.patch @@ -1,5 +1,6 @@ ---- pixmaps/Makefile.am.old 2007-05-30 21:38:38.000000000 +0200 -+++ pixmaps/Makefile.am 2007-05-30 21:39:48.000000000 +0200 +diff -ru gnono-1.9.1.orig/pixmaps/Makefile.am gnono-1.9.1/pixmaps/Makefile.am +--- gnono-1.9.1.orig/pixmaps/Makefile.am 2006-12-15 01:18:18.000000000 -0500 ++++ gnono-1.9.1/pixmaps/Makefile.am 2009-03-02 17:21:44.000000000 -0500 @@ -1,9 +1,9 @@ ## Process this file with automake to produce Makefile.in @@ -12,8 +13,9 @@ install-data-local: @for depth in 16x16 22x22 24x24 32x32 48x48 ; do \ ---- po/Makefile.in.in.old 2007-05-30 23:38:43.000000000 +0200 -+++ po/Makefile.in.in 2007-05-30 23:39:14.000000000 +0200 +diff -ru gnono-1.9.1.orig/po/Makefile.in.in gnono-1.9.1/po/Makefile.in.in +--- gnono-1.9.1.orig/po/Makefile.in.in 2007-02-18 00:58:11.000000000 -0500 ++++ gnono-1.9.1/po/Makefile.in.in 2009-03-02 17:21:44.000000000 -0500 @@ -34,7 +34,7 @@ datarootdir = @datarootdir@ libdir = @libdir@ @@ -23,9 +25,15 @@ subdir = po install_sh = @install_sh@ # Automake >= 1.8 provides @mkdir_p@. ---- src/Makefile.am.old 2007-05-30 23:49:20.000000000 +0200 -+++ src/Makefile.am 2007-05-30 23:50:45.000000000 +0200 -@@ -7,8 +7,8 @@ +diff -ru gnono-1.9.1.orig/src/Makefile.am gnono-1.9.1/src/Makefile.am +--- gnono-1.9.1.orig/src/Makefile.am 2007-01-02 00:42:42.000000000 -0500 ++++ gnono-1.9.1/src/Makefile.am 2009-03-02 17:22:56.000000000 -0500 +@@ -3,12 +3,12 @@ + SUBDIRS = xpm + + INCLUDES = \ +- -Wall -Werror \ ++ -Wall \ -DG_LOG_DOMAIN=\"$(PACKAGE)\" \ -DG_DISABLE_DEPRECATED \ -DGTK_DISABLE_DEPRECATED \ |