diff options
Diffstat (limited to 'net/echoping/files/patch-aa')
-rw-r--r-- | net/echoping/files/patch-aa | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/net/echoping/files/patch-aa b/net/echoping/files/patch-aa deleted file mode 100644 index b8b6787f8a98..000000000000 --- a/net/echoping/files/patch-aa +++ /dev/null @@ -1,34 +0,0 @@ ---- Makefile.orig Mon Aug 31 07:57:28 1998 -+++ Makefile Tue Mar 16 12:13:10 1999 -@@ -1,5 +1,5 @@ - # Choose your C compiler --CC = gcc -+#CC = gcc - #CC = cc - - # Possible options: -@@ -9,12 +9,12 @@ - # ICP : supports the ICP protocol (Web proxy/caches). Requires HTTP. - # USE_SIGACTION: uses sigaction instead of signal. Necessary on pure BSD - # machines because we need to change the semantic of signals. --OPTIONS = -DHTTP -DUSE_SIGACTION -+OPTIONS = -DHTTP -DUSE_SIGACTION -DTTCP - - # Flags for gcc --CFLAGS = -c -O3 $(OPTIONS) -Wall -+#CFLAGS = -c -O3 $(OPTIONS) -Wall - # Flags for cc --#CFLAGS = -c -O $(OPTIONS) -+CFLAGS = -c -O $(OPTIONS) - - # Flags for the linker - LD = $(CC) -@@ -22,7 +22,7 @@ - # For Solaris - #LDFLAGS = -o echoping -lsocket -lnsl - --INSTALL=install -+INSTALL=install -c - INSTALL_BIN_FLAGS=-m 755 - INSTALL_MAN_FLAGS=-m 644 - |