diff options
author | hubertf <hubertf@pkgsrc.org> | 2006-06-25 00:01:44 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2006-06-25 00:01:44 +0000 |
commit | a8ce6d16679f2c3d609599e554429103a264b9f3 (patch) | |
tree | b2b3eaf285e8857552e2af8b5439f0ff3d7e938b /misc/multitail/patches/patch-aa | |
parent | bba5df4663ffbc86df61aa959100d61003524347 (diff) | |
download | pkgsrc-a8ce6d16679f2c3d609599e554429103a264b9f3.tar.gz |
Update multitail to 4.0.6. Fixes PR 33817.
Changes: too many to list; most importantly the distfile's available
from the master site.
Diffstat (limited to 'misc/multitail/patches/patch-aa')
-rw-r--r-- | misc/multitail/patches/patch-aa | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/misc/multitail/patches/patch-aa b/misc/multitail/patches/patch-aa index 31273410d1b..c5ef7bf1c05 100644 --- a/misc/multitail/patches/patch-aa +++ b/misc/multitail/patches/patch-aa @@ -1,13 +1,13 @@ -$NetBSD: patch-aa,v 1.5 2006/02/23 18:03:57 rillig Exp $ +$NetBSD: patch-aa,v 1.6 2006/06/25 00:01:44 hubertf Exp $ ---- Makefile.orig 2006-02-17 11:44:46.000000000 +0100 -+++ Makefile 2006-02-23 18:57:30.000000000 +0100 -@@ -1,7 +1,7 @@ - include version +--- Makefile.orig 2006-06-12 21:45:57.000000000 +0200 ++++ Makefile +@@ -4,7 +4,7 @@ DESTDIR=/ + CONFIG_FILE=$(DESTDIR)/etc/multitail.conf - DEBUG=-g # -D_DEBUG # -W -pedantic #-pg #-fprofile-arcs + DEBUG=-g # -D_DEBUG -W -pedantic # -pg #-fprofile-arcs -LDFLAGS=-lpanel -lncurses -lutil -lm $(DEBUG) +LDFLAGS+=-lpanel -lncurses -lutil -lm $(DEBUG) - CFLAGS+=-D`uname` -O2 -Wall -DVERSION=\"$(VERSION)\" $(DEBUG) + CFLAGS+=-D`uname` -O2 -Wall -DVERSION=\"$(VERSION)\" $(DEBUG) -DCONFIG_FILE=\"$(CONFIG_FILE)\" - OBJS=utils.o mt.o error.o my_pty.o term.o scrollback.o help.o + OBJS=utils.o mt.o error.o my_pty.o term.o scrollback.o help.o mem.o cv.o selbox.o stripstring.o color.o misc.o ui.o exec.o diff.o config.o cmdline.o globals.o |