aboutsummaryrefslogtreecommitdiff
path: root/converters/iconv
diff options
context:
space:
mode:
authorAlexander Nedotsukov <bland@FreeBSD.org>2013-05-26 15:59:54 +0000
committerAlexander Nedotsukov <bland@FreeBSD.org>2013-05-26 15:59:54 +0000
commita475587529ff5d7761452990c778edd20fa75e1c (patch)
tree5be2ccae709e500c8da588f1aa8b4f87333fde8f /converters/iconv
parente9277ce26f2cfc54202645e69247d77276f4fde5 (diff)
downloadports-a475587529ff5d7761452990c778edd20fa75e1c.tar.gz
ports-a475587529ff5d7761452990c778edd20fa75e1c.zip
Fix build with perl 5.16.
PR: 178954
Notes
Notes: svn path=/head/; revision=319116
Diffstat (limited to 'converters/iconv')
-rw-r--r--converters/iconv/files/patch-iconv_builtin34
1 files changed, 34 insertions, 0 deletions
diff --git a/converters/iconv/files/patch-iconv_builtin b/converters/iconv/files/patch-iconv_builtin
new file mode 100644
index 000000000000..c2398eb88f6c
--- /dev/null
+++ b/converters/iconv/files/patch-iconv_builtin
@@ -0,0 +1,34 @@
+--- iconv_builtin.orig 2000-11-20 16:07:41.000000000 -0600
++++ iconv_builtin 2013-05-24 10:19:34.765696802 -0600
+@@ -31,9 +31,9 @@
+ # iconv (Charset Conversion Library) v2.0
+ #
+
+-require 'getopts.pl';
++use Getopt::Std;
+
+-&Getopts('mno:s:');
++getopts('mno:s:');
+
+ if ($opt_o) {
+ open(STDOUT, ">$opt_o");
+--- ccs/iconv_mktbl.orig 2000-11-18 15:44:27.000000000 -0600
++++ ccs/iconv_mktbl 2013-05-24 10:43:06.598689960 -0600
+@@ -31,7 +31,7 @@
+ # iconv (Charset Conversion Library) v2.0
+ #
+
+-require 'getopts.pl';
++use Getopt::Std;
+ use integer;
+
+ sub pack_hex {
+@@ -144,7 +144,7 @@
+ $opt_p = '0x';
+ $opt_u = 1;
+
+-&Getopts('aCc:Mm:o:p:u:');
++getopts('aCc:Mm:o:p:u:');
+ # ||| || | | +- u N: field number for Unicode character codes
+ # ||| || | +--- p str: prefix
+ # ||| || +----- o file: output file name