diff options
author | will <will@FreeBSD.org> | 2000-10-28 09:29:09 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-10-28 09:29:09 +0800 |
commit | 476fd13bd921aee5dc3e4c34dc0a8863dc6350a4 (patch) | |
tree | 1810981fb1d793e688735d3c26a1b50d22e42a98 /games/gnurobots/files | |
parent | 6b78ba96d8755fb0c72d8b303a3b032c7b16a58e (diff) | |
download | freebsd-ports-gnome-476fd13bd921aee5dc3e4c34dc0a8863dc6350a4.tar.gz freebsd-ports-gnome-476fd13bd921aee5dc3e4c34dc0a8863dc6350a4.tar.zst freebsd-ports-gnome-476fd13bd921aee5dc3e4c34dc0a8863dc6350a4.zip |
Add gnurobots 1.0D, a game/diversion where you construct a program for a
little robot, then set him loose and watch him explore a world on his own.
It is written in Scheme and implemented using Guile.
PR: 21482
Submitted by: Aaron VonderHaar <avh4@crosswinds.net>
Diffstat (limited to 'games/gnurobots/files')
-rw-r--r-- | games/gnurobots/files/patch-aa | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games/gnurobots/files/patch-aa b/games/gnurobots/files/patch-aa new file mode 100644 index 000000000000..7aab72876e49 --- /dev/null +++ b/games/gnurobots/files/patch-aa @@ -0,0 +1,11 @@ +--- src/Makefile.in Sun Jun 18 11:26:24 2000 ++++ src/Makefile.in Fri Sep 22 01:12:42 2000 +@@ -17,7 +17,7 @@ + + # Macros: + +-SOURCES=api.c sign.c loadmap.c drawmap.c ++SOURCES=api.c sign.c loadmap.c drawmap.c getopt.c getopt1.c + OBJECTS=$(SOURCES:.c=.o) + + CFLAGS_X=@X_CFLAGS@ |