diff options
Diffstat (limited to 'games')
-rw-r--r-- | games/moonlander/files/patch-Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/moonlander/files/patch-Makefile b/games/moonlander/files/patch-Makefile index d0f935659ad3..87a4b29b77f5 100644 --- a/games/moonlander/files/patch-Makefile +++ b/games/moonlander/files/patch-Makefile @@ -8,7 +8,7 @@ +#CC=gcc -LIBS=SDL_image -+LIBS=`sdl-config --libs` -lSDL_image -lSDL_mixer ++LIBS=`sdl-config --libs` -lSDL_image -lSDL_mixer -lm C_FILES=moon_lander.c game_lib.c DT_drawtext.c OBJ_FILES=moon_lander.o game_lib.o DT_drawtext.o |