diff options
author | sno <sno@pkgsrc.org> | 2009-02-26 19:49:12 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2009-02-26 19:49:12 +0000 |
commit | be5a3260e1a2fd8bb0df3d40d128d07ee5f881a7 (patch) | |
tree | 29130993608f356a8fcf1ac220a85aa6d001b762 /converters | |
parent | 91d0494e83c94e7c44535720c08f42bafd6b46dc (diff) | |
download | pkgsrc-be5a3260e1a2fd8bb0df3d40d128d07ee5f881a7.tar.gz |
pkgsrc change:
- add a patch to allow build on AIX
Diffstat (limited to 'converters')
-rw-r--r-- | converters/p5-Text-Iconv/distinfo | 3 | ||||
-rw-r--r-- | converters/p5-Text-Iconv/patches/patch-aa | 11 |
2 files changed, 13 insertions, 1 deletions
diff --git a/converters/p5-Text-Iconv/distinfo b/converters/p5-Text-Iconv/distinfo index 175860b3341..495a4ac1ab5 100644 --- a/converters/p5-Text-Iconv/distinfo +++ b/converters/p5-Text-Iconv/distinfo @@ -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 --git a/converters/p5-Text-Iconv/patches/patch-aa b/converters/p5-Text-Iconv/patches/patch-aa new file mode 100644 index 00000000000..06b9defe445 --- /dev/null +++ b/converters/p5-Text-Iconv/patches/patch-aa @@ -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>') : ()), +- 'LIBS' => $config{LIBS}, ++ 'LIBS' => [$ENV{LDFLAGS} . ' ' . $config{LIBS}], + 'DEFINE' => "@DEFINE", + 'INC' => $config{INC}, + 'dist' => {COMPRESS => 'gzip', SUFFIX => 'gz'}, |