diff options
Diffstat (limited to 'games/glmaze/files/patch-Makefile')
-rw-r--r-- | games/glmaze/files/patch-Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/glmaze/files/patch-Makefile b/games/glmaze/files/patch-Makefile index b6f31c8badd8..e6423f4c62ae 100644 --- a/games/glmaze/files/patch-Makefile +++ b/games/glmaze/files/patch-Makefile @@ -18,8 +18,8 @@ -SDL_FLAGS=`sdl-config --cflags` -SDL_LIBS=`sdl-config --libs` -+SDL_FLAGS=`sdl11-config --cflags` -+SDL_LIBS=`sdl11-config --libs` ++SDL_FLAGS=`sdl-config --cflags` ++SDL_LIBS=`sdl-config --libs` # comment the follwing if you don't want sound CC += -DSOUND |