From 028f5adad765118e5992d0842cab84010c88a768 Mon Sep 17 00:00:00 2001 From: heinz Date: Sun, 3 Oct 2004 22:35:58 +0000 Subject: 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. --- news/slrn/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'news') diff --git a/news/slrn/Makefile b/news/slrn/Makefile index f14e733b0a6..070714dd32e 100644 --- a/news/slrn/Makefile +++ b/news/slrn/Makefile @@ -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 @@ CONFIGURE_ENV+= INSTALL=/usr/bin/install LDFLAGS.Linux+= -ldl +.include "../../converters/libiconv/buildlink3.mk" .include "../../devel/libslang/buildlink3.mk" .include "../../devel/gettext-lib/buildlink3.mk" .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3