pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/news/slrn On NetBSD 1.6.2, slrn needs libiconv. If you...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4ba78a35e581
branches:  trunk
changeset: 481402:4ba78a35e581
user:      heinz <heinz%pkgsrc.org@localhost>
date:      Sun Oct 03 22:35:58 2004 +0000

description:
On NetBSD 1.6.2, slrn needs libiconv. If you were lucky this could be included
indirectly by gettext-lib (if USE_GNU_GETTEXT was defined elsewhere).
Why this did not show up in the bulk builds I do not know.

Thanks go to Michael van Elst for help in tracking this down.

diffstat:

 news/slrn/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 210f70ba5eac -r 4ba78a35e581 news/slrn/Makefile
--- a/news/slrn/Makefile        Sun Oct 03 22:34:10 2004 +0000
+++ b/news/slrn/Makefile        Sun Oct 03 22:35:58 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2004/10/03 00:18:03 tv Exp $
+# $NetBSD: Makefile,v 1.32 2004/10/03 22:35:58 heinz Exp $
 #
 
 DISTNAME=      slrn-0.9.8.0
@@ -34,6 +34,7 @@
 
 LDFLAGS.Linux+=        -ldl
 
+.include "../../converters/libiconv/buildlink3.mk"
 .include "../../devel/libslang/buildlink3.mk"
 .include "../../devel/gettext-lib/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index