summaryrefslogtreecommitdiff
path: root/converters/p5-Text-Iconv/patches
diff options
context:
space:
mode:
authorabs <abs>2001-09-14 22:38:57 +0000
committerabs <abs>2001-09-14 22:38:57 +0000
commitd7757d7acbdad863381ce9c70e28b3304984dc2b (patch)
tree367487244dabddd15baa2a323ccc0a01b2d0822a /converters/p5-Text-Iconv/patches
parentb9bd954ab7069be7beb1ab27360a00206c22b3c1 (diff)
downloadpkgsrc-d7757d7acbdad863381ce9c70e28b3304984dc2b.tar.gz
Add p5-Text-Iconv-1.1
Perl interface to the iconv() function as defined by the Single UNIX Specification. The convert() method converts the encoding of characters in the input string from the fromcode codeset to the tocode codeset, and returns the result.
Diffstat (limited to 'converters/p5-Text-Iconv/patches')
-rw-r--r--converters/p5-Text-Iconv/patches/patch-aa13
1 files changed, 13 insertions, 0 deletions
diff --git a/converters/p5-Text-Iconv/patches/patch-aa b/converters/p5-Text-Iconv/patches/patch-aa
new file mode 100644
index 00000000000..4d4df47e0dc
--- /dev/null
+++ b/converters/p5-Text-Iconv/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1.1.1 2001/09/14 22:38:57 abs Exp $
+
+--- Makefile.PL.orig Wed Aug 1 17:27:52 2001
++++ Makefile.PL
+@@ -4,7 +4,7 @@
+ WriteMakefile(
+ 'NAME' => 'Text::Iconv',
+ 'VERSION_FROM' => 'Iconv.pm', # finds $VERSION
+- 'LIBS' => [''], # e.g., '-lm'
++ 'LIBS' => ['-liconv'], # e.g., '-lm'
+ 'DEFINE' => '', # e.g., '-DHAVE_SOMETHING'
+ 'INC' => '', # e.g., '-I/usr/include/other'
+ 'dist' => {COMPRESS => 'gzip', SUFFIX => 'gz'},