diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2004-07-04 03:22:09 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2004-07-04 03:22:09 +0000 |
commit | fbedfcc17bd4414794732733910f1816f9cb9845 (patch) | |
tree | 58b8f861749dc055645e7d2f7fdf516d4c755efe /games/neverball/files/patch-Makefile | |
parent | 4a400e47c44f1b08d4254c7b93292ff26362e8e1 (diff) | |
download | ports-fbedfcc17bd4414794732733910f1816f9cb9845.tar.gz ports-fbedfcc17bd4414794732733910f1816f9cb9845.zip |
Notes
Diffstat (limited to 'games/neverball/files/patch-Makefile')
-rw-r--r-- | games/neverball/files/patch-Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/games/neverball/files/patch-Makefile b/games/neverball/files/patch-Makefile index 47d7e850d121..62a61224d2d1 100644 --- a/games/neverball/files/patch-Makefile +++ b/games/neverball/files/patch-Makefile @@ -1,5 +1,5 @@ ---- Makefile.orig Sun Apr 18 13:24:48 2004 -+++ Makefile Sun Apr 18 13:24:54 2004 +--- Makefile.orig Sat Jul 3 21:30:28 2004 ++++ Makefile Sat Jul 3 21:32:17 2004 @@ -3,20 +3,20 @@ # Maybe you need one of these. Maybe you don't. @@ -14,10 +14,10 @@ #------------------------------------------------------------------------------ --CFLAGS= -Wall -O3 -ansi $(shell sdl-config --cflags) +-CFLAGS= -Wall -Werror -O3 -ansi $(shell sdl-config --cflags) +CFLAGS+= -Wall -ansi $(shell ${SDL_CONFIG} --cflags) ${X11_PATHI} - #CFLAGS= -Wall -g -ansi $(shell sdl-config --cflags) - #CFLAGS= -Wall -pg -ansi $(shell sdl-config --cflags) + #CFLAGS= -Wall -Werror -g -ansi $(shell sdl-config --cflags) + #CFLAGS= -Wall -Werror -pg -ansi $(shell sdl-config --cflags) -SDL_LIBS= $(shell sdl-config --libs) -FT2_LIBS= $(shell freetype-config --libs) |