From 0a4c9fba0b6bd19a5800117d92740338aa718d42 Mon Sep 17 00:00:00 2001 From: Chris Piazza Date: Tue, 22 Feb 2000 04:50:48 +0000 Subject: Update to version 1.7 Submitted by: Rod Taylor --- misc/geekcode/files/patch-aa | 33 +++------------------------------ 1 file changed, 3 insertions(+), 30 deletions(-) (limited to 'misc/geekcode/files/patch-aa') diff --git a/misc/geekcode/files/patch-aa b/misc/geekcode/files/patch-aa index 13959a1de0cd..f2bae7993e6d 100644 --- a/misc/geekcode/files/patch-aa +++ b/misc/geekcode/files/patch-aa @@ -1,36 +1,9 @@ ---- Makefile.orig Mon Sep 13 14:03:56 1999 -+++ Makefile Sat Sep 18 12:42:20 1999 -@@ -1,6 +1,6 @@ +--- Makefile.orig Mon Feb 21 20:49:20 2000 ++++ Makefile Mon Feb 21 20:49:41 2000 +@@ -1,6 +1,4 @@ -CFLAGS=-O3 -s -+CFLAGS?=-O3 -s TARGET=geekcode -CC=gcc -+CC?=gcc SRCFILES = gc_appearance.c \ gc_computers.c \ -@@ -26,15 +26,15 @@ - rm -f $(TARGET) $(LIBFILES) - - geekcode: -- gcc $(CFLAGS) -c gc_appearance.c -- gcc $(CFLAGS) -c gc_computers.c -- gcc $(CFLAGS) -c gc_entertainment.c -- gcc $(CFLAGS) -c gc_lifestyle.c -- gcc $(CFLAGS) -c gc_politics.c -- gcc $(CFLAGS) -c gc_type.c -- gcc $(CFLAGS) -c gc_consoleio.c -- gcc $(CFLAGS) -c geekcode.c -- gcc $(CFLAGS) -o $(TARGET) $(LIBFILES) -+ ${CC} $(CFLAGS) -c gc_appearance.c -+ ${CC} $(CFLAGS) -c gc_computers.c -+ ${CC} $(CFLAGS) -c gc_entertainment.c -+ ${CC} $(CFLAGS) -c gc_lifestyle.c -+ ${CC} $(CFLAGS) -c gc_politics.c -+ ${CC} $(CFLAGS) -c gc_type.c -+ ${CC} $(CFLAGS) -c gc_consoleio.c -+ ${CC} $(CFLAGS) -c geekcode.c -+ ${CC} $(CFLAGS) -o $(TARGET) $(LIBFILES) - - install: - install -m 755 geekcode /usr/local/bin -- cgit v1.2.3