pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/eblook Link against -liconv when using the pk...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6205f86a8b08
branches:  trunk
changeset: 510996:6205f86a8b08
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Fri Apr 07 18:59:30 2006 +0000

description:
Link against -liconv when using the pkgsrc iconv implementation.  We
need to force this to happen since the configure script inexplicably
just assumes that iconv() is available without needing to check for
any libraries or anything silly like that.

diffstat:

 textproc/eblook/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r afbc956c49b9 -r 6205f86a8b08 textproc/eblook/Makefile
--- a/textproc/eblook/Makefile  Fri Apr 07 18:40:46 2006 +0000
+++ b/textproc/eblook/Makefile  Fri Apr 07 18:59:30 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2006/02/05 23:11:01 joerg Exp $
+# $NetBSD: Makefile,v 1.16 2006/04/07 18:59:30 jlam Exp $
 #
 
 DISTNAME=      eblook-1.6.1
@@ -15,6 +15,7 @@
 GNU_CONFIGURE= YES
 INFO_FILES=    eblook.info
 CONFIGURE_ARGS+=--with-eb-conf=${PKG_SYSCONFDIR.eb}/eb.conf
+LIBS+=         ${BUILDLINK_LDADD.iconv}
 
 .include "../../converters/libiconv/buildlink3.mk"
 .include "../../devel/gettext-lib/buildlink3.mk"



Home | Main Index | Thread Index | Old Index