perl-sys/perl-sys.patch

Sat, 18 Jul 2009 14:08:34 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Sat, 18 Jul 2009 14:08:34 +0200
changeset 206
3309487768d4
child 372
442a711da911
permissions
-rw-r--r--

Adjust buildconf until Nokia corrects flawed GNU iconv integration.
The problem corrected by this adjustment involves font glyphs appearing
as normal font sized empty squares. All text is illegible.

michael@57 1 Index: Authen-SASL-2.12/Makefile.PL
michael@57 2 --- Authen-SASL-2.12/Makefile.PL.orig 2008-09-13 00:09:14.000000000 +0200
michael@57 3 +++ Authen-SASL-2.12/Makefile.PL 2008-09-13 00:09:55.000000000 +0200
michael@57 4 @@ -33,7 +33,7 @@ features(
michael@57 5 ],
michael@57 6 );
michael@57 7
michael@57 8 -auto_install_now();
michael@57 9 +#auto_install_now();
michael@57 10
michael@57 11 &Makefile->write;
michael@57 12 &Meta->write;

mercurial