From c34042a75b68f25305935e36ea4bb0c34a450b58 Mon Sep 17 00:00:00 2001 From: Chris Piazza Date: Mon, 30 Aug 1999 07:48:45 +0000 Subject: Import of geekcode. The Geek Code Generator. It simply generates your geek code by asking questions about all aspects of your geekiness --- misc/geekcode/files/patch-aa | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 misc/geekcode/files/patch-aa (limited to 'misc/geekcode/files/patch-aa') diff --git a/misc/geekcode/files/patch-aa b/misc/geekcode/files/patch-aa new file mode 100644 index 000000000000..4959d50c5f47 --- /dev/null +++ b/misc/geekcode/files/patch-aa @@ -0,0 +1,34 @@ +--- Makefile.orig Sun Aug 29 11:02:52 1999 ++++ Makefile Mon Aug 30 00:42:38 1999 +@@ -1,6 +1,6 @@ +-CFLAGS=-O3 -Wall -s ++CFLAGS?=-O3 -Wall -s + TARGET=geekcode +-CC=gcc ++CC?=gcc + + SRCFILES = gc_appearance.c \ + gc_computers.c \ +@@ -24,14 +24,14 @@ + 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 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 geekcode.c ++ ${CC} $(CFLAGS) -o $(TARGET) $(LIBFILES) + + install: + install -m 755 geekcode /usr/local/bin -- cgit v1.2.3