diff options
Diffstat (limited to 'print/ghostscript-gnu-commfont/files/gs_res.ps.patch')
-rw-r--r-- | print/ghostscript-gnu-commfont/files/gs_res.ps.patch | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/print/ghostscript-gnu-commfont/files/gs_res.ps.patch b/print/ghostscript-gnu-commfont/files/gs_res.ps.patch new file mode 100644 index 000000000000..0119f16f220b --- /dev/null +++ b/print/ghostscript-gnu-commfont/files/gs_res.ps.patch @@ -0,0 +1,28 @@ +--- lib/gs_res.ps.orig Mon Jul 16 01:09:41 2001 ++++ lib/gs_res.ps Sun Dec 23 02:14:03 2001 +@@ -248,8 +248,8 @@ + /pssystemparams 10 dict readonly def + } if + pssystemparams begin +- /FontResourceDir (/Resource/Font/) readonly .forcedef % pssys'params is r-o +- /GenericResourceDir (/Resource/) readonly .forcedef % pssys'params is r-o ++ /FontResourceDir (/usr/local/share/ghostscript/Resource/Font/) readonly .forcedef % pssys'params is r-o ++ /GenericResourceDir (/usr/local/share/ghostscript/Resource/) readonly .forcedef % pssys'params is r-o + /GenericResourcePathSep (/) readonly .forcedef % pssys'params is r-o + end + end +@@ -457,10 +457,10 @@ + /.vmused { + % - .vmused <usedvalue> + % usedvalue = vmstatus in global + vmstatus in local. +- 0 2 { +- .currentglobal not .setglobal +- vmstatus pop exch pop add +- } repeat ++ 0 2 { ++ .currentglobal not .setglobal ++ vmstatus pop exch pop add ++ } repeat + } bind def + /.DoLoadResource { + % .LoadResource may push entries on the operand stack. |