diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-01-29 02:03:50 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-01-29 02:03:50 +0000 |
commit | c6b3241579ac6b86d948e0a50e0847ca98bc3b11 (patch) | |
tree | ee952e753c90078bb2037eb5e353030cd8e332f9 /sysutils/logtool/files/patch-ad | |
parent | Upgrade to 1.1i. (diff) |
fix configuration file path and respect CFLAGS
Submitted by: Sybolt de Boer <bolt@xs4all.nl> (via private mail)
Notes
Notes:
svn path=/head/; revision=37714
Diffstat (limited to 'sysutils/logtool/files/patch-ad')
-rw-r--r-- | sysutils/logtool/files/patch-ad | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/sysutils/logtool/files/patch-ad b/sysutils/logtool/files/patch-ad index 792b3a7404bd..1aa1f880eccd 100644 --- a/sysutils/logtool/files/patch-ad +++ b/sysutils/logtool/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: |