diff options
author | jedgar <jedgar@FreeBSD.org> | 2000-02-07 09:40:16 +0800 |
---|---|---|
committer | jedgar <jedgar@FreeBSD.org> | 2000-02-07 09:40:16 +0800 |
commit | 4fb8a8b014594156df89f5ba4d31d0102645854f (patch) | |
tree | 8e6146f6d67a0b8438a76810cc4c88c54ba9535b /games | |
parent | 51cd2d41942e4cb60986f7eeadd77451aeab907d (diff) | |
download | freebsd-ports-graphics-4fb8a8b014594156df89f5ba4d31d0102645854f.tar.gz freebsd-ports-graphics-4fb8a8b014594156df89f5ba4d31d0102645854f.tar.zst freebsd-ports-graphics-4fb8a8b014594156df89f5ba4d31d0102645854f.zip |
Update MD5 checksum and patch-aa due to significant changes
in the DISTFILE caused by finalizing DOS support.
Note: most people update a program's version for significant
changes in a program; but apparently not here.
Diffstat (limited to 'games')
-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 7416a6c76d0..db2a6f842b2 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 7e3e2b5561c..3d41de0b05c 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 |