diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2010-02-27 23:00:39 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2010-02-27 23:00:39 +0000 |
commit | abec06b7288cb279c6f4130606ac18cfe31072aa (patch) | |
tree | 0f6e1bca35cd8785784dac74ae8f86aa3ed9583b /games-board/gnubg/files | |
parent | Remove RSA-MD2 from LICENSE. (diff) | |
download | gentoo-2-abec06b7288cb279c6f4130606ac18cfe31072aa.tar.gz gentoo-2-abec06b7288cb279c6f4130606ac18cfe31072aa.tar.bz2 gentoo-2-abec06b7288cb279c6f4130606ac18cfe31072aa.zip |
old
(Portage version: 2.1.7.16/cvs/Linux i686)
Diffstat (limited to 'games-board/gnubg/files')
-rw-r--r-- | games-board/gnubg/files/gnubg-20090817-build.patch | 53 |
1 files changed, 0 insertions, 53 deletions
diff --git a/games-board/gnubg/files/gnubg-20090817-build.patch b/games-board/gnubg/files/gnubg-20090817-build.patch deleted file mode 100644 index 089d23597cde..000000000000 --- a/games-board/gnubg/files/gnubg-20090817-build.patch +++ /dev/null @@ -1,53 +0,0 @@ -diff -ru gnubg.orig/Makefile.am gnubg/Makefile.am ---- gnubg.orig/Makefile.am 2009-08-08 22:30:04.000000000 -0400 -+++ gnubg/Makefile.am 2009-08-20 02:13:01.696689411 -0400 -@@ -2,9 +2,9 @@ - - ACLOCAL_AMFLAGS = -I m4 - --AM_CPPFLAGS = -DDOCDIR='"$(datadir)/doc/gnubg/"' -DDATADIR='"$(datadir)"' -DPKGDATADIR='"$(datadir)/gnubg"' -+AM_CPPFLAGS = -DDOCDIR='"@docdir@/"' -DDATADIR='"$(datadir)"' -DPKGDATADIR='"$(datadir)/gnubg"' - --SUBDIRS = lib doc met po m4 xpm sounds board3d textures scripts flags fonts non-src pixmaps . -+SUBDIRS = lib doc met po m4 xpm sounds board3d textures scripts flags non-src pixmaps . - - bin_PROGRAMS = gnubg makebearoff makehyper bearoffdump makeweights - -diff -ru gnubg.orig/doc/Makefile.am gnubg/doc/Makefile.am ---- gnubg.orig/doc/Makefile.am 2009-08-08 22:30:05.000000000 -0400 -+++ gnubg/doc/Makefile.am 2009-08-20 02:10:53.969939597 -0400 -@@ -1,6 +1,6 @@ --AM_CPPFLAGS = -DDOCDIR='"$(datadir)/doc/gnubg/"' -DDATADIR='"$(datadir)"' -DPKGDATADIR='"$(datadir)/gnubg"' --gnubg_helpdir = $(datadir)/doc/gnubg/ --gnubg_imagedir = $(datadir)/doc/gnubg/images -+AM_CPPFLAGS = -DDOCDIR='"@docdir@/"' -DDATADIR='"$(datadir)"' -DPKGDATADIR='"$(datadir)/gnubg"' -+gnubg_helpdir = @docdir@/ -+gnubg_imagedir = @docdir@/images - gnubg_help_DATA = gnubg.html allabout.html - gnubg_image_DATA = images/1540d81e.png images/16d7944c.png images/1805dc7d.png \ - images/20bc52ca.png images/20d56757.png images/234924dc.png images/26e34ea5.png \ -diff -ru gnubg.orig/pixmaps/Makefile.am gnubg/pixmaps/Makefile.am ---- gnubg.orig/pixmaps/Makefile.am 2008-12-08 22:30:08.000000000 -0500 -+++ gnubg/pixmaps/Makefile.am 2009-08-20 02:12:00.050689327 -0400 -@@ -1,5 +1,5 @@ --gnubgiconsdir = $(datadir) --gnubgpixmapsdir = $(pkgdatadir)/pixmaps -+gnubgiconsdir = /usr/share -+gnubgpixmapsdir = /usr/share/pixmaps - - ICONS_16_SCALABLE = icons/hicolor/16x16/apps/scalable/gnubg.svg - ICONS_16 = icons/hicolor/16x16/apps/gnubg.png -diff -ru gnubg.orig/po/Makefile.in.in gnubg/po/Makefile.in.in ---- gnubg.orig/po/Makefile.in.in 2008-09-29 22:30:08.000000000 -0400 -+++ gnubg/po/Makefile.in.in 2009-08-20 02:09:51.838814286 -0400 -@@ -28,8 +28,8 @@ - datarootdir = @datarootdir@ - datadir = @datadir@ - libdir = @libdir@ --localedir = $(libdir)/locale --gnulocaledir = $(datadir)/locale -+localedir = @localedir@ -+gnulocaledir = @localedir@ - gettextsrcdir = $(datadir)/glib-2.0/gettext/po - subdir = po - |