diff options
Diffstat (limited to 'games-puzzle/rezerwar/files/rezerwar-0.4.2-gcc-CC.patch')
-rw-r--r-- | games-puzzle/rezerwar/files/rezerwar-0.4.2-gcc-CC.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/games-puzzle/rezerwar/files/rezerwar-0.4.2-gcc-CC.patch b/games-puzzle/rezerwar/files/rezerwar-0.4.2-gcc-CC.patch new file mode 100644 index 000000000000..18471a8d3007 --- /dev/null +++ b/games-puzzle/rezerwar/files/rezerwar-0.4.2-gcc-CC.patch @@ -0,0 +1,12 @@ +diff -r 4e0421547ae0 configure +--- a/configure Sat Oct 03 14:28:50 2020 +0000 ++++ b/configure Sat Oct 03 14:41:42 2020 +0000 +@@ -58,7 +58,7 @@ + } + EOF + +- if ! gcc `sdl-config --cflags` test_sdl_mixer.c -o test_sdl_mixer; then ++ if ! $CC `sdl-config --cflags` test_sdl_mixer.c -o test_sdl_mixer; then + echo "SDL_mixer not found =/" + rm -f test_sdl_mixer* + exit |