diff options
author | pho <pho> | 2014-05-27 14:23:58 +0000 |
---|---|---|
committer | pho <pho> | 2014-05-27 14:23:58 +0000 |
commit | c8a2d7cacf6f816e4b125ae39b65a77778785a12 (patch) | |
tree | 332a4bd079cedab1f606762f6502039ef9acf213 /fonts/harfbuzz/PLIST | |
parent | e56fe8bb245aaa5848b37ef805214c6f3fdd10df (diff) | |
download | pkgsrc-c8a2d7cacf6f816e4b125ae39b65a77778785a12.tar.gz |
Don't use buggy CoreText in MacOS X 10.5
CTLineCreateWithAttributedString() seemingly fails when trying to use a
font which isn't installed into the system standard path.
Diffstat (limited to 'fonts/harfbuzz/PLIST')
-rw-r--r-- | fonts/harfbuzz/PLIST | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fonts/harfbuzz/PLIST b/fonts/harfbuzz/PLIST index 4773b0a04e8..ce5e95bab7b 100644 --- a/fonts/harfbuzz/PLIST +++ b/fonts/harfbuzz/PLIST @@ -1,9 +1,10 @@ -@comment $NetBSD: PLIST,v 1.9 2014/05/04 16:58:45 wiz Exp $ +@comment $NetBSD: PLIST,v 1.10 2014/05/27 14:23:58 pho Exp $ bin/hb-ot-shape-closure bin/hb-shape include/harfbuzz/hb-blob.h include/harfbuzz/hb-buffer.h include/harfbuzz/hb-common.h +${PLIST.coretext}include/harfbuzz/hb-coretext.h include/harfbuzz/hb-deprecated.h include/harfbuzz/hb-face.h include/harfbuzz/hb-font.h |