pkgsrc change:
- add a patch to allow build on AIX
This commit is contained in:
parent
91d0494e83
commit
be5a3260e1
2 changed files with 13 additions and 1 deletions
|
@ -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
|
||||
|
|
11
converters/p5-Text-Iconv/patches/patch-aa
Normal file
11
converters/p5-Text-Iconv/patches/patch-aa
Normal file
|
@ -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'},
|
Loading…
Reference in a new issue