aboutsummaryrefslogtreecommitdiffstats
path: root/www/webcrawl/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'www/webcrawl/files/patch-aa')
-rw-r--r--www/webcrawl/files/patch-aa11
1 files changed, 11 insertions, 0 deletions
diff --git a/www/webcrawl/files/patch-aa b/www/webcrawl/files/patch-aa
new file mode 100644
index 000000000000..6009fdc5e02d
--- /dev/null
+++ b/www/webcrawl/files/patch-aa
@@ -0,0 +1,11 @@
+--- Makefile.old Wed Feb 3 15:57:13 1999
++++ Makefile Wed Feb 3 15:56:34 1999
+@@ -4,7 +4,7 @@
+ gcc -o webcrawl $(OBJ)
+
+ .c.o:
+- gcc -Wall -c $*.c
++ gcc ${CFLAGS} -Wall -c $*.c
+
+ webcrawl.o: webcrawl.c web.h
+ http.o: http.c web.h