pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/converters/p5-Text-Iconv Reorder lines to avoid build ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/882f00193b7c
branches:  trunk
changeset: 489307:882f00193b7c
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Feb 19 19:09:38 2005 +0000

description:
Reorder lines to avoid build errors because of "LIBS= INSTALLDIRS=site".

diffstat:

 converters/p5-Text-Iconv/Makefile |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (22 lines):

diff -r 28db6db2d93b -r 882f00193b7c converters/p5-Text-Iconv/Makefile
--- a/converters/p5-Text-Iconv/Makefile Sat Feb 19 19:00:18 2005 +0000
+++ b/converters/p5-Text-Iconv/Makefile Sat Feb 19 19:09:38 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2005/02/19 19:00:18 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2005/02/19 19:09:38 wiz Exp $
 #
 
 DISTNAME=      Text-Iconv-1.4
@@ -14,8 +14,11 @@
 
 USE_BUILDLINK3=                YES
 PERL5_PACKLIST=                ${PERL5_SITEARCH}/auto/Text/Iconv/.packlist
-MAKE_PARAMS=           LIBS=${BUILDLINK_LDADD.iconv}
 
 .include "../../converters/libiconv/buildlink3.mk"
 .include "../../lang/perl5/module.mk"
+# if this line is too high up and BUILDLINK_LDADD.iconv
+# is empty, LIBS will be set to the following argument in
+# MAKE_PARAMS
+MAKE_PARAMS+=          LIBS=${BUILDLINK_LDADD.iconv}
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index