diff options
Diffstat (limited to 'games/gnurobots/files/patch-aa')
-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@ |