diff options
author | 2009-11-03 05:36:39 +0000 | |
---|---|---|
committer | 2009-11-03 05:36:39 +0000 | |
commit | 59c7107e90d0cc1922da83a10cfe08d69ff21640 (patch) | |
tree | 998d6728ae190c1dead2ddea76ad0832448165c7 /games-board/gnono/files | |
parent | Version bump (fixes bug #262905) and removed old ebuilds. (diff) | |
download | historical-59c7107e90d0cc1922da83a10cfe08d69ff21640.tar.gz historical-59c7107e90d0cc1922da83a10cfe08d69ff21640.tar.bz2 historical-59c7107e90d0cc1922da83a10cfe08d69ff21640.zip |
reroll patch for bug #206306
Package-Manager: portage-2.1.6.13/cvs/Linux i686
Diffstat (limited to 'games-board/gnono/files')
-rw-r--r-- | games-board/gnono/files/gnono-1.9.1-gentoo.patch | 12 |
1 files changed, 6 insertions, 6 deletions
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 04915d6d5aa1..68378b9d461c 100644 --- a/games-board/gnono/files/gnono-1.9.1-gentoo.patch +++ b/games-board/gnono/files/gnono-1.9.1-gentoo.patch @@ -1,6 +1,6 @@ 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 ++++ gnono-1.9.1/pixmaps/Makefile.am 2009-11-03 00:21:57.186128499 -0500 @@ -1,9 +1,9 @@ ## Process this file with automake to produce Makefile.in @@ -15,7 +15,7 @@ diff -ru gnono-1.9.1.orig/pixmaps/Makefile.am gnono-1.9.1/pixmaps/Makefile.am @for depth in 16x16 22x22 24x24 32x32 48x48 ; do \ 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 ++++ gnono-1.9.1/po/Makefile.in.in 2009-11-03 00:21:57.187135081 -0500 @@ -34,7 +34,7 @@ datarootdir = @datarootdir@ libdir = @libdir@ @@ -27,16 +27,16 @@ diff -ru gnono-1.9.1.orig/po/Makefile.in.in gnono-1.9.1/po/Makefile.in.in # Automake >= 1.8 provides @mkdir_p@. 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 @@ ++++ gnono-1.9.1/src/Makefile.am 2009-11-03 00:22:15.086296528 -0500 +@@ -3,12 +3,10 @@ SUBDIRS = xpm INCLUDES = \ - -Wall -Werror \ + -Wall \ -DG_LOG_DOMAIN=\"$(PACKAGE)\" \ - -DG_DISABLE_DEPRECATED \ - -DGTK_DISABLE_DEPRECATED \ +- -DG_DISABLE_DEPRECATED \ +- -DGTK_DISABLE_DEPRECATED \ - -DLOCALEDIR="\"$(datadir)/locale\"" \ - -DPIXMAPDIR="\"$(datadir)/pixmaps\"" \ + -DLOCALEDIR="\"/usr/share/locale\"" \ |