Hi,

The following patch fixes this issue by fixing bdfmerge.pl.

--- xfonts-wqy-1.0.0~rc1.orig/bdfmerge.pl
+++ xfonts-wqy-1.0.0~rc1/bdfmerge.pl
@@ -32,7 +32,7 @@ while(@ARGV>=1&& $ARGV[0]=~/^-{0,1}0[xX]
 {
        $startpos = hex($1);
        $endpos=0;
-       $range=shift(ARGV);
+       $range=shift(@ARGV);
        if($range=~/--0[xX]([0-9A-Fa-f]{0,6})/)
        {
                $endpos=hex($1);

It seems like this might be more acceptable upstream.

-- 
Matt

Reply via email to