summaryrefslogtreecommitdiff
path: root/textproc/eblook
diff options
context:
space:
mode:
authorjlam <jlam>2006-04-07 18:59:30 +0000
committerjlam <jlam>2006-04-07 18:59:30 +0000
commit55cb5a8d34889ee7297f73384b7b9c02a2cfb0ce (patch)
tree40db29320e48f8f94d00ac2a071cfc7f5ef6d954 /textproc/eblook
parent0bdc651bf4507872106e43b49da2b6b4cc6b119f (diff)
downloadpkgsrc-55cb5a8d34889ee7297f73384b7b9c02a2cfb0ce.tar.gz
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 (limited to 'textproc/eblook')
-rw-r--r--textproc/eblook/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/eblook/Makefile b/textproc/eblook/Makefile
index ea2f17c5c80..c66fbfb946d 100644
--- a/textproc/eblook/Makefile
+++ b/textproc/eblook/Makefile
@@ -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 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews
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"