From c9baf3812c3776ff8e0c33226901e9fb140d4ec3 Mon Sep 17 00:00:00 2001 From: grant Date: Thu, 24 Jul 2003 13:35:28 +0000 Subject: fix previous: pass _BLNK_ICONV_LDFLAGS instead of -liconv so libsablot can once again find the iconv functions on systems without iconv in libc. --- textproc/sablotron/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'textproc/sablotron') diff --git a/textproc/sablotron/Makefile b/textproc/sablotron/Makefile index fd37a065d58..cab29d39dbc 100644 --- a/textproc/sablotron/Makefile +++ b/textproc/sablotron/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2003/07/22 14:05:48 jwise Exp $ +# $NetBSD: Makefile,v 1.16 2003/07/24 13:35:28 grant Exp $ DISTNAME= Sablot-0.96 PKGNAME= sablotron-0.96 @@ -18,6 +18,10 @@ USE_LIBTOOL= YES LIBTOOL_OVERRIDE= ${WRKSRC}/libtool +# sablotron needs iconv but assumes it is in libc, so add what +# buildlink2 finds. +LIBS+= ${_BLNK_ICONV_LDFLAGS} + .include "../../mk/bsd.prefs.mk" # both libstdc++ and libm are required for gcc 2.95.x, as libstdc++ -- cgit v1.2.3