diff -Naur ghostscript-9.00/lib/dvipdf ghostscript-9.00-magellan/lib/dvipdf --- ghostscript-9.00/lib/dvipdf 2010-06-03 02:32:07.000000000 +0200 +++ ghostscript-9.00-magellan/lib/dvipdf 2010-09-22 22:46:46.000000000 +0200 @@ -44,4 +44,4 @@ # We have to include the options twice because -I only takes effect if it # appears before other options. -exec dvips -Ppdf $DVIPSOPTIONS -q -f "$infile" | $GS_EXECUTABLE $OPTIONS -q -P- -dSAFER -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -sstdout=%stderr -sOutputFile="$outfile" $OPTIONS -c .setpdfwrite - +exec dvips -R -Ppdf $DVIPSOPTIONS -q -f "$infile" | $GS_EXECUTABLE $OPTIONS -q -P- -dSAFER -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -sstdout=%stderr -sOutputFile="$outfile" $OPTIONS -c .setpdfwrite -