1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-17 08:01:36 +00:00
freebsd-ports/print/ghostscript8/files/patch-lib:gs_res.ps
Jun Kuriyama a753bb98f5 Update to 7.04.
Modifications against PR are:
  o $MASTER_SITES substitution.
  o Typo in scripts/configure.

PR:		ports/36673
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2002-04-03 03:01:26 +00:00

14 lines
595 B
PostScript

--- lib/gs_res.ps.orig Mon Jul 16 01:09:41 2001
+++ lib/gs_res.ps Fri Feb 8 07:12:09 2002
@@ -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 (%%DATADIR%%/Resource/Font/) readonly .forcedef % pssys'params is r-o
+ /GenericResourceDir (%%DATADIR%%/Resource/) readonly .forcedef % pssys'params is r-o
/GenericResourcePathSep (/) readonly .forcedef % pssys'params is r-o
end
end