diff options
author | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-02-07 01:40:16 +0000 |
---|---|---|
committer | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-02-07 01:40:16 +0000 |
commit | 31c157ffd976f0482f5e629f2118bf7f9a0e3ae9 (patch) | |
tree | 4482b1263818bab0da58e15e1805194076e1af94 /games/xinvaders3d | |
parent | 8a76ff8f4c53987799de3283d457acc61979f894 (diff) | |
download | ports-31c157ffd976f0482f5e629f2118bf7f9a0e3ae9.tar.gz ports-31c157ffd976f0482f5e629f2118bf7f9a0e3ae9.zip |
Notes
Diffstat (limited to 'games/xinvaders3d')
-rw-r--r-- | games/xinvaders3d/distinfo | 2 | ||||
-rw-r--r-- | games/xinvaders3d/files/patch-aa | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/games/xinvaders3d/distinfo b/games/xinvaders3d/distinfo index 7416a6c76d0d..db2a6f842b2b 100644 --- a/games/xinvaders3d/distinfo +++ b/games/xinvaders3d/distinfo @@ -1 +1 @@ -MD5 (xinv3d.1.3.tar.gz) = edac58e1647154431ee666534b8c6b06 +MD5 (xinv3d.1.3.tar.gz) = c9d61febd8a8e9232da2e72286d8e6b9 diff --git a/games/xinvaders3d/files/patch-aa b/games/xinvaders3d/files/patch-aa index 7e3e2b5561c6..3d41de0b05c5 100644 --- a/games/xinvaders3d/files/patch-aa +++ b/games/xinvaders3d/files/patch-aa @@ -1,5 +1,5 @@ ---- Makefile.orig Sat Jan 29 02:59:52 2000 -+++ Makefile Sat Feb 5 06:35:28 2000 +--- Makefile.orig Sat Feb 5 01:10:42 2000 ++++ Makefile Sun Feb 6 20:33:42 2000 @@ -1,18 +1,18 @@ all: game @@ -10,9 +10,9 @@ OBJS = game.o aliens.o player.o effects.o \ object.o camera.o main-x11.o vec4x1.o mat4x4.o DEPENDS = - #CFLAGS = -pg -Wall -pedantic -ansi + #CFLAGS = -g -Wall -pedantic -ansi -CFLAGS = -ansi -+#CFLAGS = -ansi ++CFLAGS+= -ansi #OPTIONS = -D_GNU_SOURCE -DGAME_LINUX_X11 -DGAME_DEBUG OPTIONS= -DGAME_LINUX_X11 |