From 5cbbdd62a030ac787d785b161e2d59f60ad1c573 Mon Sep 17 00:00:00 2001 From: Ying-Chieh Liao Date: Sun, 11 Feb 2001 16:25:24 +0000 Subject: upgrade to 1.0.5 --- sysutils/logtool/files/patch-aa | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 sysutils/logtool/files/patch-aa (limited to 'sysutils/logtool/files/patch-aa') diff --git a/sysutils/logtool/files/patch-aa b/sysutils/logtool/files/patch-aa deleted file mode 100644 index d48a4d8dc135..000000000000 --- a/sysutils/logtool/files/patch-aa +++ /dev/null @@ -1,32 +0,0 @@ ---- logtool/Makefile.orig Wed Jan 10 08:27:16 2001 -+++ logtool/Makefile Sun Jan 28 22:36:49 2001 -@@ -9,8 +9,8 @@ - csv.o html.o raw.o logtool.o main.o - SRC = logtool.c - # These options affect where logtool gets installed --PREFIX = /usr --ETCDIR = /etc/logtool -+PREFIX = %%PREFIX%% -+ETCDIR = %%PREFIX%%/etc/logtool - CC = gcc - - INSTALL = /usr/bin/install -@@ -18,7 +18,8 @@ - # INSTALL = /usr/ucb/install - - # For RedHat (and most other) Linux'es, this should be ideal --CFLAGS= -Wall -O3 -ansi -pedantic -Werror # -DDEBUG -g # uncomment this for debugging stuff's -+CFLAGS+= -I/usr/local/include -Wall -ansi -pedantic -Werror # -DDEBUG -g # uncomment this for debugging stuff's -+LIBS= -L/usr/local/lib -lgnugetopt - - # For portability to non-linux'es/non-standard-linux'es, try this - # CFLAGS = -Wall -@@ -28,7 +29,7 @@ - - ### The main build stuff - logtool: logtool.o $(OBJS) -- $(CC) $(ADDCFLAGS) -o $(PROG) $(OBJS) -+ $(CC) $(ADDCFLAGS) -o $(PROG) $(OBJS) ${LIBS} - @echo "strip $(PROG)" - @strip $(PROG) - -- cgit v1.2.3