diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2004-07-11 03:31:59 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2004-07-11 03:31:59 +0000 |
commit | c5570f24de0f9cbfa73530a0d7eea4ba5f79783d (patch) | |
tree | f9c6c192391ecee39a3c4f206340c7d181ce3484 /games/neverball/files | |
parent | 1af3cb06931a61efbd165af3ff87c70330885b70 (diff) | |
download | ports-c5570f24de0f9cbfa73530a0d7eea4ba5f79783d.tar.gz ports-c5570f24de0f9cbfa73530a0d7eea4ba5f79783d.zip |
Notes
Diffstat (limited to 'games/neverball/files')
-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 62a61224d2d1..b9c47c7ac10b 100644 --- a/games/neverball/files/patch-Makefile +++ b/games/neverball/files/patch-Makefile @@ -1,5 +1,5 @@ ---- Makefile.orig Sat Jul 3 21:30:28 2004 -+++ Makefile Sat Jul 3 21:32:17 2004 +--- Makefile.orig Sat Jul 10 20:20:15 2004 ++++ Makefile Sat Jul 10 20:21:13 2004 @@ -3,20 +3,20 @@ # Maybe you need one of these. Maybe you don't. @@ -14,10 +14,10 @@ #------------------------------------------------------------------------------ --CFLAGS= -Wall -Werror -O3 -ansi $(shell sdl-config --cflags) +-CFLAGS= -Wall -O3 -ansi $(shell sdl-config --cflags) +CFLAGS+= -Wall -ansi $(shell ${SDL_CONFIG} --cflags) ${X11_PATHI} - #CFLAGS= -Wall -Werror -g -ansi $(shell sdl-config --cflags) - #CFLAGS= -Wall -Werror -pg -ansi $(shell sdl-config --cflags) + #CFLAGS= -Wall -g -ansi $(shell sdl-config --cflags) + #CFLAGS= -Wall -pg -ansi $(shell sdl-config --cflags) -SDL_LIBS= $(shell sdl-config --libs) -FT2_LIBS= $(shell freetype-config --libs) |