diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-06-17 23:28:04 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-06-17 23:28:04 +0000 |
commit | 1a8a092d9fefcbd7f960c82c59802c61807867a6 (patch) | |
tree | 48e47bf661e0e5d6ed9c060e8aea683b30d4540f /print/ghostscript9-base/files/patch-Resource_Init_pdf__font.ps | |
parent | - Update to 1.7.1 (diff) |
Rename all files containing a : in their filename.
While there, run make makepatch on affected ports, and rename patches
accordingly.
Sponsored by: Absolight
Diffstat (limited to 'print/ghostscript9-base/files/patch-Resource_Init_pdf__font.ps')
-rw-r--r-- | print/ghostscript9-base/files/patch-Resource_Init_pdf__font.ps | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/print/ghostscript9-base/files/patch-Resource_Init_pdf__font.ps b/print/ghostscript9-base/files/patch-Resource_Init_pdf__font.ps new file mode 100644 index 000000000000..281b882ae3d6 --- /dev/null +++ b/print/ghostscript9-base/files/patch-Resource_Init_pdf__font.ps @@ -0,0 +1,15 @@ +--- Resource/Init/pdf_font.ps.orig 2012-08-08 08:01:36 UTC ++++ Resource/Init/pdf_font.ps +@@ -1751,10 +1751,12 @@ currentdict /CMap_read_dict undef + + /buildCIDType0 { % <CIDFontType0-font-resource> buildCIDType0 <font> + dup /BaseFont get findCIDFont exch pop ++ addCIDmetrics /CIDFont defineresource + } bdef + + /buildCIDType2 { % <CIDFontType2-font-resource> buildCIDType2 <font> + dup /BaseFont get findCIDFont exch pop ++ addCIDmetrics /CIDFont defineresource + } bdef + + /processCIDToGIDMap { % <fontres> <cidfont> processCIDToGIDMap <fontres> <cidfont> |