summaryrefslogtreecommitdiff
path: root/sysutils/logtool/files/patch-aa
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2001-02-11 16:25:24 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2001-02-11 16:25:24 +0000
commit5cbbdd62a030ac787d785b161e2d59f60ad1c573 (patch)
treed9229bd1df8af123c88ac95fd4931a3546feffe1 /sysutils/logtool/files/patch-aa
parentNew port: biology/fasta, the FASTA2 suite of DNA and protein sequence (diff)
upgrade to 1.0.5
Notes
Notes: svn path=/head/; revision=38206
Diffstat (limited to 'sysutils/logtool/files/patch-aa')
-rw-r--r--sysutils/logtool/files/patch-aa32
1 files changed, 0 insertions, 32 deletions
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)
-