aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorjedgar <jedgar@FreeBSD.org>2000-01-25 08:39:46 +0800
committerjedgar <jedgar@FreeBSD.org>2000-01-25 08:39:46 +0800
commita890d78aeed10a4e4f3326e206d715d3274b4691 (patch)
tree0e9f2038851bad4974270f0e910c17d9a744e4e3 /games
parentf56cc200883cd1cdb2e1ff6d0810496a23893419 (diff)
downloadfreebsd-ports-gnome-a890d78aeed10a4e4f3326e206d715d3274b4691.tar.gz
freebsd-ports-gnome-a890d78aeed10a4e4f3326e206d715d3274b4691.tar.zst
freebsd-ports-gnome-a890d78aeed10a4e4f3326e206d715d3274b4691.zip
Fix MD5 checksum (found by bento):
* Changes in the Makefile * Added History to the README * Various fixes in the sources without changing the version number
Diffstat (limited to 'games')
-rw-r--r--games/xinvaders3d/distinfo2
-rw-r--r--games/xinvaders3d/files/patch-aa8
2 files changed, 5 insertions, 5 deletions
diff --git a/games/xinvaders3d/distinfo b/games/xinvaders3d/distinfo
index 1bdb3fdd2ed4..04d48af0e14a 100644
--- a/games/xinvaders3d/distinfo
+++ b/games/xinvaders3d/distinfo
@@ -1 +1 @@
-MD5 (xinv3d.1.1.tar.gz) = d7807498116603d855f31cbd5ccd91ef
+MD5 (xinv3d.1.1.tar.gz) = b68a6e63978d5b06fd1df1f415a842bf
diff --git a/games/xinvaders3d/files/patch-aa b/games/xinvaders3d/files/patch-aa
index 7d76bbec4cdd..d94d8380e057 100644
--- a/games/xinvaders3d/files/patch-aa
+++ b/games/xinvaders3d/files/patch-aa
@@ -1,5 +1,5 @@
---- Makefile.orig Thu Jan 20 23:49:54 2000
-+++ Makefile Fri Jan 21 23:20:08 2000
+--- Makefile.orig Sun Jan 23 13:53:02 2000
++++ Makefile Mon Jan 24 19:36:27 2000
@@ -1,6 +1,6 @@
all: game
@@ -11,7 +11,7 @@
@@ -8,12 +8,12 @@
vec4x1.o mat4x4.o
DEPENDS =
- #CFLAGS = -g -Wall -ansi
+ #CFLAGS = -g -Wall -pedantic -ansi
-CFLAGS = -ansi
+#CFLAGS = -ansi
#OPTIONS = -D_GNU_SOURCE -DGAME_LINUX_X11 -DGAME_DEBUG
@@ -19,7 +19,7 @@
.c.o: $(DEPENDS)
- $(CC) -c $(CFLAGS) $(OPTIONS) $< -o $@
-+ $(CC) -c $(CFLAGS) $(OPTIONS) $(XLIB) $< -o $@
++ $(CC) -c $(CFLAGS) $(XLIB) $(OPTIONS) $< -o $@
game: $(OBJS) $(DEPENDS)
$(CC) -g -o xinv3d $(OBJS) $(XLIB) $(LIBS) $(OPTIONS)