Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 259176
Collapse All | Expand All

(-)file_not_specified_in_diff (-5 / +5 lines)
Line  Link Here
0
-- man-1.6f/configure
0
++ man-1.6f/configure
Lines 473-481 Link Here
473
  then
473
  then
474
    if test $Fnroff = "missing"
474
    if test $Fnroff = "missing"
475
    then
475
    then
476
      nroff="nroff -Tlatin1 -mandoc"
476
      nroff="nroff -Tascii -c -mandoc"
477
    else
477
    else
478
      nroff="$Fnroff -Tlatin1 -mandoc"
478
      nroff="$Fnroff -mandoc"
479
    fi
479
    fi
480
    troff="troff -mandoc"
480
    troff="troff -mandoc"
481
    echo "Warning: could not find groff"
481
    echo "Warning: could not find groff"
Lines 484-492 Link Here
484
    then
484
    then
485
      nroff="$Fgroff -Tlatin1 -mandoc"
485
      nroff="$Fgroff -Tlatin1 -mandoc"
486
    else
486
    else
487
      nroff="$Fnroff -Tlatin1 -mandoc"
487
      nroff="$Fnroff -mandoc -- -k"
488
    fi
488
    fi
489
    troff="$Fgroff -Tps -mandoc"
489
    troff="$Fgroff -Tps -mandoc -k"
490
    jnroff="$Fgroff -Tnippon -mandocj"
490
    jnroff="$Fgroff -Tnippon -mandocj"
491
  fi
491
  fi
492
  eqn="$Fgeqn -Tps"
492
  eqn="$Fgeqn -Tps"

Return to bug 259176