summaryrefslogtreecommitdiff
path: root/sysutils/logtool-devel/files
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/logtool-devel/files')
-rw-r--r--sysutils/logtool-devel/files/patch-aa6
-rw-r--r--sysutils/logtool-devel/files/patch-ad10
2 files changed, 9 insertions, 7 deletions
diff --git a/sysutils/logtool-devel/files/patch-aa b/sysutils/logtool-devel/files/patch-aa
index a35ed878c926..d48a4d8dc135 100644
--- a/sysutils/logtool-devel/files/patch-aa
+++ b/sysutils/logtool-devel/files/patch-aa
@@ -1,5 +1,5 @@
---- logtool/Makefile.orig Sat Jan 13 14:56:21 2001
-+++ logtool/Makefile Sat Jan 13 14:58:01 2001
+--- 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
@@ -16,7 +16,7 @@
# 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 -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
diff --git a/sysutils/logtool-devel/files/patch-ad b/sysutils/logtool-devel/files/patch-ad
index 792b3a7404bd..1aa1f880eccd 100644
--- a/sysutils/logtool-devel/files/patch-ad
+++ b/sysutils/logtool-devel/files/patch-ad
@@ -1,10 +1,12 @@
---- logtail/Makefile.orig Sat Dec 30 20:17:09 2000
-+++ logtail/Makefile Sat Dec 30 20:17:35 2000
-@@ -2,7 +2,7 @@
+--- logtail/Makefile.orig Mon Dec 25 19:24:25 2000
++++ logtail/Makefile Sun Jan 28 22:40:44 2001
+@@ -1,8 +1,8 @@
+ SRC= logtail.c
PROG= logtail
CC= gcc
- CFLAGS= -Wall -Werror -O3 -ansi -pedantic
+-CFLAGS= -Wall -Werror -O3 -ansi -pedantic
-PREFIX=/usr
++CFLAGS+= -Wall -Werror -ansi -pedantic
+PREFIX=%%PREFIX%%
default: