diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-06-25 22:44:04 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-06-25 22:44:04 -0500 |
commit | aa34c27e05af2c52c3ecef3495b0f3c120b7ea56 (patch) | |
tree | 26a2e7aac9bdf8967797806e34d69bf7ba9f956b /user/gnu-ghostscript/locksafe.patch | |
parent | 8706bd163d1ebbfc67d43e6c5e071561cc71292f (diff) | |
download | packages-aa34c27e05af2c52c3ecef3495b0f3c120b7ea56.tar.gz packages-aa34c27e05af2c52c3ecef3495b0f3c120b7ea56.tar.bz2 packages-aa34c27e05af2c52c3ecef3495b0f3c120b7ea56.tar.xz packages-aa34c27e05af2c52c3ecef3495b0f3c120b7ea56.zip |
user/gnu-ghostscript: oops I patched it again
Diffstat (limited to 'user/gnu-ghostscript/locksafe.patch')
-rw-r--r-- | user/gnu-ghostscript/locksafe.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/user/gnu-ghostscript/locksafe.patch b/user/gnu-ghostscript/locksafe.patch index d5df6948d..cc4bad2b5 100644 --- a/user/gnu-ghostscript/locksafe.patch +++ b/user/gnu-ghostscript/locksafe.patch @@ -12,3 +12,14 @@ Symptom: 'invalidaccess -7' opening PostScript files in Evince, Okular, etc % setpagedevice has the side effect of clearing the page, but % we will just document that. Using setpagedevice keeps the device % properties and pagedevice .LockSafetyParams in agreement even +--- gnu-ghostscript-9.14.1/Resource/Init/gs_init.ps.in.old 2016-11-06 16:53:19.000000000 +0000 ++++ gnu-ghostscript-9.14.1/Resource/Init/gs_init.ps.in 2019-06-26 03:07:59.256491684 +0000 +@@ -2018,7 +2018,7 @@ + + /.locksafe { + .locksafe_userparams +- systemdict /getenv {pop //false} put ++ systemdict /getenv {pop //false} .forceput + % setpagedevice has the side effect of clearing the page, but + % we will just document that. Using setpagedevice keeps the device + % properties and pagedevice .LockSafetyParams in agreement even |