Blame texlive-base-20210325-no-setpdfwrite.patch

bff9d20
diff -up texlive-base-20210325/source/utils/asymptote/patches/dvipdf.no-setpdfwrite texlive-base-20210325/source/utils/asymptote/patches/dvipdf
bff9d20
--- texlive-base-20210325/source/utils/asymptote/patches/dvipdf.no-setpdfwrite	2021-06-21 10:05:10.392585479 -0400
bff9d20
+++ texlive-base-20210325/source/utils/asymptote/patches/dvipdf	2021-06-21 10:05:30.969698895 -0400
bff9d20
@@ -50,5 +50,5 @@ fi
bff9d20
 
bff9d20
 # We have to include the options twice because -I only takes effect if it
bff9d20
 # appears before other options.
bff9d20
-exec dvips $DVIPSOPTIONS -q -f "$infile" | $GS_EXECUTABLE $OPTIONS -q -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -sstdout=%stderr -sOutputFile="$outfile" $OPTIONS -c .setpdfwrite -
bff9d20
+exec dvips $DVIPSOPTIONS -q -f "$infile" | $GS_EXECUTABLE $OPTIONS -q -dNOPAUSE -dBATCH -sDEVICE=pdfwrite -sstdout=%stderr -sOutputFile="$outfile" $OPTIONS -c 3000000 setvmthreshold -
bff9d20