diff options
Diffstat (limited to 'www/tinyproxy/files/patch-aa')
| -rw-r--r-- | www/tinyproxy/files/patch-aa | 41 |
1 files changed, 15 insertions, 26 deletions
diff --git a/www/tinyproxy/files/patch-aa b/www/tinyproxy/files/patch-aa index c22b99293ee5..de8916332f74 100644 --- a/www/tinyproxy/files/patch-aa +++ b/www/tinyproxy/files/patch-aa @@ -1,27 +1,16 @@ ---- src/Makefile.orig Fri Jun 4 14:42:34 1999 -+++ src/Makefile Sun Jul 4 16:15:09 1999 -@@ -1,13 +1,13 @@ - # Written by Steven Young (sdyoung@well.com) - # Additions by Robert James Kaes (rjkaes@flarenet.com) 1999/02/05 +--- src/dnscache.c.dist Thu Mar 30 01:18:05 2000 ++++ src/dnscache.c Fri Apr 7 19:59:54 2000 +@@ -28,12 +28,12 @@ + #include <string.h> + #include <netdb.h> + #include <time.h> ++#include <sys/types.h> + #include <sys/socket.h> + #include <netinet/in.h> + #include <arpa/inet.h> + #include <assert.h> + #include <ctype.h> +-#include <sys/types.h> --CC = gcc # change this to your prefered compiler -+#CC = gcc # change this to your prefered compiler - - WARN = -Wall -Wshadow -Wstrict-prototypes # Warnings - - # - # Full Production System (No debuging info) --CFLAGS = -O2 ${WARN} -+CFLAGS += ${WARN} - # - # Full Debuging Version - #CFLAGS = -g ${WARN} -@@ -21,7 +21,7 @@ - - # Set location for installation - INSTALL = /usr/bin/install --BINPATH = /usr/local/bin -+BINPATH = /usr/local/sbin - STRIP = /usr/bin/strip - - all: ${OBJS} + #include "utils.h" + #include "dnscache.h" |
