summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2018-04-25 19:53:54 +0200
committerPacho Ramos <pacho@gentoo.org>2018-04-25 20:29:26 +0200
commit9086f24bc80430a3a4434bb80f7a91b00696cc1c (patch)
tree8f7adebb524510a4c7547ff33ac9df19a6a5d4b0 /games-arcade/xbubble/files
parentsys-kernel/gentoo-sources: amd64 stable wrt bug #653958 (diff)
downloadgentoo-9086f24bc80430a3a4434bb80f7a91b00696cc1c.tar.gz
gentoo-9086f24bc80430a3a4434bb80f7a91b00696cc1c.tar.bz2
gentoo-9086f24bc80430a3a4434bb80f7a91b00696cc1c.zip
games-arcade/xbubble: Stop using games.eclass
Package-Manager: Portage-2.3.31, Repoman-2.3.9
Diffstat (limited to 'games-arcade/xbubble/files')
-rw-r--r--games-arcade/xbubble/files/xbubble-0.5.8-libpng14.patch4
-rw-r--r--games-arcade/xbubble/files/xbubble-0.5.8-locale.patch4
-rw-r--r--games-arcade/xbubble/files/xbubble-0.5.8-png15.patch4
-rw-r--r--games-arcade/xbubble/files/xbubble-0.5.8-xpaths.patch4
4 files changed, 8 insertions, 8 deletions
diff --git a/games-arcade/xbubble/files/xbubble-0.5.8-libpng14.patch b/games-arcade/xbubble/files/xbubble-0.5.8-libpng14.patch
index ad689e29d739..4fe12672db65 100644
--- a/games-arcade/xbubble/files/xbubble-0.5.8-libpng14.patch
+++ b/games-arcade/xbubble/files/xbubble-0.5.8-libpng14.patch
@@ -1,7 +1,7 @@
http://bugs.gentoo.org/show_bug.cgi?id=308731
---- src/loadpng.c
-+++ src/loadpng.c
+--- a/src/loadpng.c
++++ b/src/loadpng.c
@@ -55,7 +55,7 @@ unsigned char * load_png_file( const cha
}
/* ensure that we opened a PNG file */
diff --git a/games-arcade/xbubble/files/xbubble-0.5.8-locale.patch b/games-arcade/xbubble/files/xbubble-0.5.8-locale.patch
index a83d36fbd911..99c03b0c82af 100644
--- a/games-arcade/xbubble/files/xbubble-0.5.8-locale.patch
+++ b/games-arcade/xbubble/files/xbubble-0.5.8-locale.patch
@@ -1,5 +1,5 @@
---- src/gettext.h.orig 2008-10-07 12:01:37.000000000 -0400
-+++ src/gettext.h 2008-10-07 12:01:45.000000000 -0400
+--- a/src/gettext.h.orig 2008-10-07 12:01:37.000000000 -0400
++++ b/src/gettext.h 2008-10-07 12:01:45.000000000 -0400
@@ -24,6 +24,7 @@
/* Get declarations of GNU message catalog functions. */
diff --git a/games-arcade/xbubble/files/xbubble-0.5.8-png15.patch b/games-arcade/xbubble/files/xbubble-0.5.8-png15.patch
index 3a0a7d360efb..bbbae5c31076 100644
--- a/games-arcade/xbubble/files/xbubble-0.5.8-png15.patch
+++ b/games-arcade/xbubble/files/xbubble-0.5.8-png15.patch
@@ -1,5 +1,5 @@
---- src/loadpng.c.old 2011-09-14 09:58:40.503566961 +0200
-+++ src/loadpng.c 2011-09-14 10:03:39.708531447 +0200
+--- a/src/loadpng.c.old 2011-09-14 09:58:40.503566961 +0200
++++ b/src/loadpng.c 2011-09-14 10:03:39.708531447 +0200
@@ -73,7 +73,7 @@
return NULL;
}
diff --git a/games-arcade/xbubble/files/xbubble-0.5.8-xpaths.patch b/games-arcade/xbubble/files/xbubble-0.5.8-xpaths.patch
index c3dfa83cb5e3..4db0b8f10ccf 100644
--- a/games-arcade/xbubble/files/xbubble-0.5.8-xpaths.patch
+++ b/games-arcade/xbubble/files/xbubble-0.5.8-xpaths.patch
@@ -1,8 +1,8 @@
the x_libraries variable isnt always defined
http://bugs.gentoo.org/92688
---- configure
-+++ configure
+--- a/configure
++++ b/configure
@@ -4511,3 +4511,5 @@
fi
+if test x"$x_libraries" != x; then