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

(-)/usr/bin/epstopdf (+1 lines)
Lines 194-199 Link Here
194
### open output file
194
### open output file
195
if ($::opt_gs) {
195
if ($::opt_gs) {
196
  my $pipe = "$GS -q -sDEVICE=pdfwrite $GSOPTS " .
196
  my $pipe = "$GS -q -sDEVICE=pdfwrite $GSOPTS " .
197
          "-dAutoRotatePages=/None " .
197
          "-sOutputFile=$OutputFilename - -c quit";
198
          "-sOutputFile=$OutputFilename - -c quit";
198
  debug "Ghostscript pipe:", $pipe;
199
  debug "Ghostscript pipe:", $pipe;
199
  open(OUT,"|$pipe") or error "Cannot open Ghostscript for piped input";
200
  open(OUT,"|$pipe") or error "Cannot open Ghostscript for piped input";

Return to bug 85404