pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/multitail Added a patch that passes the pkgsrc LD...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/90316c44f8b2
branches:  trunk
changeset: 508675:90316c44f8b2
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Thu Feb 23 18:03:57 2006 +0000

description:
Added a patch that passes the pkgsrc LDFLAGS to the compiler and linker.

diffstat:

 misc/multitail/distinfo         |   4 +++-
 misc/multitail/patches/patch-aa |  13 +++++++++++++
 2 files changed, 16 insertions(+), 1 deletions(-)

diffs (29 lines):

diff -r 2bbf5fe59ea8 -r 90316c44f8b2 misc/multitail/distinfo
--- a/misc/multitail/distinfo   Thu Feb 23 18:01:57 2006 +0000
+++ b/misc/multitail/distinfo   Thu Feb 23 18:03:57 2006 +0000
@@ -1,5 +1,7 @@
-$NetBSD: distinfo,v 1.6 2006/02/17 13:50:18 rillig Exp $
+$NetBSD: distinfo,v 1.7 2006/02/23 18:03:57 rillig Exp $
 
 SHA1 (multitail-3.8.6.tgz) = 993e40191a21ceb00470322124d589f9628d0a62
 RMD160 (multitail-3.8.6.tgz) = e2f076ae7a695885a83d58129e0f4c62d6142c74
 Size (multitail-3.8.6.tgz) = 75711 bytes
+SHA1 (patch-Makefile) = 732b99c9efebecb2224d45520eb31bc4ec6314d6
+SHA1 (patch-aa) = 732b99c9efebecb2224d45520eb31bc4ec6314d6
diff -r 2bbf5fe59ea8 -r 90316c44f8b2 misc/multitail/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/multitail/patches/patch-aa   Thu Feb 23 18:03:57 2006 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.5 2006/02/23 18:03:57 rillig 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
+ 
+ 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)
+ 
+ OBJS=utils.o mt.o error.o my_pty.o term.o scrollback.o help.o



Home | Main Index | Thread Index | Old Index