summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-08-19 01:34:54 +0100
committerSam James <sam@gentoo.org>2021-08-19 01:39:08 +0100
commit2a5c0c46e3051cc42c3299eae20fb77ce6d10e7e (patch)
tree6e3a23aeb5e2226d699cf651d5cc6312e50656d8 /games-action/rrootage/files
parentmedia-gfx/tuxpaint: fix libsdl[joystick] dependency (diff)
downloadgentoo-2a5c0c46e3051cc42c3299eae20fb77ce6d10e7e.tar.gz
gentoo-2a5c0c46e3051cc42c3299eae20fb77ce6d10e7e.tar.bz2
gentoo-2a5c0c46e3051cc42c3299eae20fb77ce6d10e7e.zip
games-action/rrootage: respect CC/CXX, fix libsdl[joystick] dependency
Closes: https://bugs.gentoo.org/808636 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-action/rrootage/files')
-rw-r--r--games-action/rrootage/files/rrootage-0.23a-gcc41.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/games-action/rrootage/files/rrootage-0.23a-gcc41.patch b/games-action/rrootage/files/rrootage-0.23a-gcc41.patch
index 1e6e50e683fd..00926f9b75dc 100644
--- a/games-action/rrootage/files/rrootage-0.23a-gcc41.patch
+++ b/games-action/rrootage/files/rrootage-0.23a-gcc41.patch
@@ -1,5 +1,5 @@
---- src/foecommand.h.old 2006-04-21 23:26:03.000000000 +0200
-+++ src/foecommand.h 2006-04-21 23:26:26.000000000 +0200
+--- a/foecommand.h
++++ b/foecommand.h
@@ -39,10 +39,10 @@
virtual void doChangeDirection(double d);
@@ -15,8 +15,8 @@
private:
struct foe *foe;
---- src/screen.c.old 2006-04-21 23:50:01.000000000 +0200
-+++ src/screen.c 2006-04-21 23:50:30.000000000 +0200
+--- a/screen.c
++++ b/screen.c
@@ -73,7 +73,7 @@
void loadGLTexture(char *fileName, GLuint *texture) {
SDL_Surface *surface;