Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 193973 | Differences between
and this patch

Collapse All | Expand All

(-)man-1.6e.orig/configure (-2 / +2 lines)
Lines 490-496 Link Here
490
      nroff="$Fnroff -Tlatin1 -mandoc"
490
      nroff="$Fnroff -Tlatin1 -mandoc"
491
    fi
491
    fi
492
    troff="$Fgroff -Tps -mandoc"
492
    troff="$Fgroff -Tps -mandoc"
493
    jnroff="$Fgroff -Tnippon -mandocj"
493
    jnroff="nkf -e | env LANG=ja_JP.eucJP $Fgroff -Tnippon -mandocj | iconv -f EUC-JP"
494
  fi
494
  fi
495
  eqn="$Fgeqn -Tps"
495
  eqn="$Fgeqn -Tps"
496
  neqn="$Fgeqn -Tlatin1"
496
  neqn="$Fgeqn -Tlatin1"
Lines 535-541 Link Here
535
if [ "x$set_compatibility_mode_for_colored_groff" = "xtrue" ]; then
535
if [ "x$set_compatibility_mode_for_colored_groff" = "xtrue" ]; then
536
    troff="$troff -c"
536
    troff="$troff -c"
537
    nroff="$nroff -c"
537
    nroff="$nroff -c"
538
    jnroff="$jnroff -c"
538
    jnroff="nkf -e | env LANG=ja_JP.eucJP $Fgroff -Tnippon -mandocj -c | iconv -f EUC-JP"
539
fi
539
fi
540
540
541
if [ x$default = x ]; then
541
if [ x$default = x ]; then

Return to bug 193973