diff options
author | ache <ache@FreeBSD.org> | 2004-08-12 18:01:03 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2004-08-12 18:01:03 +0800 |
commit | 879617ebcc8341265944346090e7d7ee3ad62484 (patch) | |
tree | d9c024a70dcc05e2195447465fe873969f1183af /www | |
parent | 2a4c22bdf77aa5e10e07695453a1160225f3f882 (diff) | |
download | freebsd-ports-gnome-879617ebcc8341265944346090e7d7ee3ad62484.tar.gz freebsd-ports-gnome-879617ebcc8341265944346090e7d7ee3ad62484.tar.zst freebsd-ports-gnome-879617ebcc8341265944346090e7d7ee3ad62484.zip |
Delete part of patch which does nothing
Diffstat (limited to 'www')
-rw-r--r-- | www/ljsm/files/patch-aa | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/www/ljsm/files/patch-aa b/www/ljsm/files/patch-aa index a4d5f0c118f2..820728ecfad6 100644 --- a/www/ljsm/files/patch-aa +++ b/www/ljsm/files/patch-aa @@ -9,23 +9,3 @@ use constant DEBUG_LEVEL => 3; # 0 - quiet, 1 - essential, 2 - verbose use constant LOCAL_DIR => ''; # local directory to put files into. Leave it empty to put in the current directory. Slash (/, if not empty) in the end required. use constant HTTP_PROXY => ''; # set proxy URL if you use http proxy -@@ -84,9 +84,6 @@ - use File::Path; - use File::Basename; - use File::Find; --if (UTF8_DECODE) { -- use Unicode::MapUTF8 qw(from_utf8); --} - use Compress::Zlib; - use Getopt::Std; - #use Data::Dumper; -@@ -104,6 +101,9 @@ - - # steal options from @ARGV before we go for users - getopts('rmacxXOIUu:p:d:i:'); -+if (UTF8_DECODE || $opt_U) { -+ use Unicode::MapUTF8 qw(from_utf8); -+} - $opt_i = SAVE_PICS if (!$opt_i); - - usage() && exit unless (@ARGV || ($opt_u && $opt_X)); |