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

Collapse All | Expand All

(-)tetex-src-3.0/texk/tetex/epstopdf.orig (-1 / +2 lines)
Lines 205-211 Link Here
205
### open output file
205
### open output file
206
if ($::opt_gs) {
206
if ($::opt_gs) {
207
  my $pipe = "$GS -q -sDEVICE=pdfwrite $GSOPTS " .
207
  my $pipe = "$GS -q -sDEVICE=pdfwrite $GSOPTS " .
208
          "-sOutputFile=$OutputFilename - -c quit";
208
      "-dAutoRotatePages=/None " .
209
      "\"-sOutputFile=$OutputFilename\" - -c quit";
209
  debug "Ghostscript pipe:", $pipe;
210
  debug "Ghostscript pipe:", $pipe;
210
  open(OUT,"|$pipe") or error "Cannot open Ghostscript for piped input";
211
  open(OUT,"|$pipe") or error "Cannot open Ghostscript for piped input";
211
}
212
}

Return to bug 85404