pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/scrollkeeper We use iconv, so add its buildli...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5967de03a85b
branches:  trunk
changeset: 522130:5967de03a85b
user:      abs <abs%pkgsrc.org@localhost>
date:      Sun Dec 03 19:47:48 2006 +0000

description:
We use iconv, so add its buildlink3.mk. Also set ICONV=iconv in the
environment to avoid the build failing due to the 'extra smart' build
system in here taking "iconv" in intltool-merge.in and replacing it
with "/usr/pkg/bin/iconv"

diffstat:

 textproc/scrollkeeper/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (26 lines):

diff -r 49374a60e4b4 -r 5967de03a85b textproc/scrollkeeper/Makefile
--- a/textproc/scrollkeeper/Makefile    Sun Dec 03 17:07:41 2006 +0000
+++ b/textproc/scrollkeeper/Makefile    Sun Dec 03 19:47:48 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.43 2006/11/14 13:56:15 joerg Exp $
+# $NetBSD: Makefile,v 1.44 2006/12/03 19:47:48 abs Exp $
 #
 
 DISTNAME=              scrollkeeper-0.3.14
@@ -35,6 +35,8 @@
 CONFIGURE_ARGS+=       --with-omfdirs=${LOCALBASE}/share/omf:${X11PREFIX}/share/omf
 .endif
 
+MAKE_ENV+=             ICONV=iconv
+
 SCROLLKEEPER_DATADIR=  ${PREFIX}/libdata/scrollkeeper
 SCROLLKEEPER_REBUILDDB=        ${PREFIX}/bin/scrollkeeper-rebuilddb
 FILES_SUBST+=          SCROLLKEEPER_DATADIR=${SCROLLKEEPER_DATADIR:Q}
@@ -65,6 +67,7 @@
 SUBST_FILES.sc-gtfd=   libs/install.c
 SUBST_SED.sc-gtfd=     -e s,scrollkeeper-get-toc-from-docpath\ ,${PREFIX}/bin/scrollkeeper-get-toc-from-docpath\ ,
 
+.include "../../converters/libiconv/buildlink3.mk"
 .include "../../devel/gettext-lib/buildlink3.mk"
 .include "../../textproc/libxml2/buildlink3.mk"
 .include "../../textproc/libxslt/buildlink3.mk"



Home | Main Index | Thread Index | Old Index