mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-27 22:11:24 -04:00
16 lines
573 B
Plaintext
16 lines
573 B
Plaintext
$NetBSD: patch-ac,v 1.2 2015/04/25 13:07:05 markd Exp $
|
|
|
|
--- dvipdft.orig 2009-06-03 15:54:21.000000000 -0700
|
|
+++ dvipdft
|
|
@@ -98,8 +98,8 @@ dvipdfm ${1+"$@"} -z0 "$dvifile"
|
|
|
|
# run gs
|
|
echo "$progname: running gs" >&2
|
|
-gs -r10 -dNOPAUSE -dBATCH -sDEVICE=png256 -sOutputFile="$outBase.%d" "$outfile"
|
|
+@GS@ -r10 -dNOPAUSE -dBATCH -sDEVICE=png256 -sOutputFile="$outBase.%d" "$outfile"
|
|
|
|
# run dvipdfm with the users specified options for the last pass
|
|
echo "$progname: running dvipdfm -t $@ $dvifile" >&2
|
|
-dvipdfm ${1+"$@"} -t "$dvifile"
|
|
+@DVIPDFM@ ${1+"$@"} -t "$dvifile"
|