Add a workaround to unbreak the build when ghostscript built
with A4=yes is used. Discussed on: -doc
This commit is contained in:
parent
20bedcfcf2
commit
252ac09ed2
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=18977
1 changed files with 4 additions and 1 deletions
|
@ -143,7 +143,10 @@ PNMTOPSOPTS?= -noturn ${PNMTOPSFLAGS}
|
|||
EPSTOPDF?= ${PREFIX}/bin/epstopdf
|
||||
EPSTOPDFOPTS?= ${EPSTOPDFFLAGS}
|
||||
PS2EPS?= ${PREFIX}/bin/ps2epsi
|
||||
PIC2PS?= ${GROFF} -p -S -Wall -mtty-char -man
|
||||
#
|
||||
# ps2epsi in ghostscript built with A4=yes fails to convert
|
||||
# grops outputs without -p option.
|
||||
PIC2PS?= ${GROFF} -P -p -P a4 -p -S -Wall -mtty-char -man
|
||||
REALPATH?= /bin/realpath
|
||||
|
||||
# Use suffix rules to convert .scr files to other formats
|
||||
|
|
Loading…
Reference in a new issue