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 pkgsrc change:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c2fb5263f8de
branches:  trunk
changeset: 555269:c2fb5263f8de
user:      sno <sno%pkgsrc.org@localhost>
date:      Thu Feb 26 19:49:12 2009 +0000

description:
pkgsrc change:

- add a patch to allow build on AIX

diffstat:

 converters/p5-Text-Iconv/distinfo         |   3 ++-
 converters/p5-Text-Iconv/patches/patch-aa |  11 +++++++++++
 2 files changed, 13 insertions(+), 1 deletions(-)

diffs (26 lines):

diff -r 37635765c7a6 -r c2fb5263f8de converters/p5-Text-Iconv/distinfo
--- a/converters/p5-Text-Iconv/distinfo Thu Feb 26 19:46:26 2009 +0000
+++ b/converters/p5-Text-Iconv/distinfo Thu Feb 26 19:49:12 2009 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.5 2009/02/26 08:46:33 abs Exp $
+$NetBSD: distinfo,v 1.6 2009/02/26 19:49:12 sno Exp $
 
 SHA1 (Text-Iconv-1.7.tar.gz) = 542849325b2d66c72e19ffb48bdc67fdd7e4bbea
 RMD160 (Text-Iconv-1.7.tar.gz) = ca248984bd161c3f57a15dac48f48d79f7221bbd
 Size (Text-Iconv-1.7.tar.gz) = 10454 bytes
+SHA1 (patch-aa) = 845377e663d17b08495aac67222e017a2e321c21
diff -r 37635765c7a6 -r c2fb5263f8de converters/p5-Text-Iconv/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/converters/p5-Text-Iconv/patches/patch-aa Thu Feb 26 19:49:12 2009 +0000
@@ -0,0 +1,11 @@
+--- Makefile.PL.orig   2008-12-17 19:17:19.000000000 +0000
++++ Makefile.PL        2008-12-17 19:19:35.000000000 +0000
+@@ -88,7 +88,7 @@
+             ($] >= 5.005 ?    ## Add these new keywords supported since 5.005
+              (ABSTRACT_FROM => 'Iconv.pm', # retrieve abstract from module
+               AUTHOR        => 'Michael Piotrowski <mxp%dynalabs.de@localhost>') : ()),
+-            'LIBS'              => $config{LIBS},
++            'LIBS'              => [$ENV{LDFLAGS} . ' ' . $config{LIBS}],
+             'DEFINE'            => "@DEFINE",
+             'INC'               => $config{INC},
+             'dist'              => {COMPRESS => 'gzip', SUFFIX => 'gz'},



Home | Main Index | Thread Index | Old Index