openbsd-ports/textproc/latexmk/patches/patch-latexmk_pl
ajacoutot 460e040196 Import latexmk-431.
Latexmk is a perl script for running LaTeX the correct number of times
to resolve cross references, etc; it also runs auxiliary programs
(bibtex, makeindex if necessary, and dvips and/or a previewer as
requested).
<...>

ok jasper@
2012-04-08 11:26:30 +00:00

14 lines
369 B
Plaintext

$OpenBSD: patch-latexmk_pl,v 1.1.1.1 2012/04/08 11:26:30 ajacoutot Exp $
--- latexmk.pl.orig Sun Apr 8 10:43:23 2012
+++ latexmk.pl Sun Apr 8 10:43:38 2012
@@ -931,6 +931,9 @@ else {
$lpr_pdf = 'lpr %O %S';
$pscmd = "ps -ww -u $ENV{USER}";
}
+ elsif ( $^O eq "openbsd" ) {
+ $pscmd = "ps -ww -u";
+ }
}
## default parameters