aboutsummaryrefslogtreecommitdiff
path: root/games/neverball/files
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2004-07-04 03:22:09 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2004-07-04 03:22:09 +0000
commitfbedfcc17bd4414794732733910f1816f9cb9845 (patch)
tree58b8f861749dc055645e7d2f7fdf516d4c755efe /games/neverball/files
parent4a400e47c44f1b08d4254c7b93292ff26362e8e1 (diff)
downloadports-fbedfcc17bd4414794732733910f1816f9cb9845.tar.gz
ports-fbedfcc17bd4414794732733910f1816f9cb9845.zip
Notes
Diffstat (limited to 'games/neverball/files')
-rw-r--r--games/neverball/files/patch-Makefile10
-rw-r--r--games/neverball/files/patch-ball::game.c11
2 files changed, 5 insertions, 16 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)
diff --git a/games/neverball/files/patch-ball::game.c b/games/neverball/files/patch-ball::game.c
deleted file mode 100644
index 67733d46cd7b..000000000000
--- a/games/neverball/files/patch-ball::game.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- ball/game.c.orig Sun Apr 18 16:18:16 2004
-+++ ball/game.c Sun Apr 18 16:18:31 2004
-@@ -127,7 +127,7 @@
-
- char *curr_intro(void)
- {
-- return file.av;
-+ return (file.ac > 0) ? file.av : NULL;
- }
-
- /*---------------------------------------------------------------------------*/