pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/fonts/harfbuzz Fix build under Mac OS X.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2d3d39d2bee0
branches:  trunk
changeset: 633960:2d3d39d2bee0
user:      tron <tron%pkgsrc.org@localhost>
date:      Mon May 05 10:27:28 2014 +0000

description:
Fix build under Mac OS X.

diffstat:

 fonts/harfbuzz/distinfo                        |   3 ++-
 fonts/harfbuzz/patches/patch-src_hb-coretext.h |  17 +++++++++++++++++
 2 files changed, 19 insertions(+), 1 deletions(-)

diffs (33 lines):

diff -r 570f9baf5a88 -r 2d3d39d2bee0 fonts/harfbuzz/distinfo
--- a/fonts/harfbuzz/distinfo   Mon May 05 10:00:38 2014 +0000
+++ b/fonts/harfbuzz/distinfo   Mon May 05 10:27:28 2014 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.23 2014/05/04 16:58:45 wiz Exp $
+$NetBSD: distinfo,v 1.24 2014/05/05 10:27:28 tron Exp $
 
 SHA1 (harfbuzz-0.9.28.tar.bz2) = e2704c0b1b76a82fb8b5c9b354526733629ee616
 RMD160 (harfbuzz-0.9.28.tar.bz2) = 5d98717a86d2a7c77f0833f32324e8e7e9a99b32
 Size (harfbuzz-0.9.28.tar.bz2) = 1063769 bytes
+SHA1 (patch-src_hb-coretext.h) = 67ab91fefbac3fe8e65a3d71ecb5dd5f9473df04
 SHA1 (patch-src_hb-open-type-private.hh) = 876f1afdf2c7babb4cd3c2b9c9e4635167ad1021
diff -r 570f9baf5a88 -r 2d3d39d2bee0 fonts/harfbuzz/patches/patch-src_hb-coretext.h
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/harfbuzz/patches/patch-src_hb-coretext.h    Mon May 05 10:27:28 2014 +0000
@@ -0,0 +1,17 @@
+$NetBSD: patch-src_hb-coretext.h,v 1.1 2014/05/05 10:27:28 tron Exp $
+
+Fix build under Mac OS X:
+
+https://bugs.freedesktop.org/show_bug.cgi?id=78291
+
+--- src/hb-coretext.h.orig     2014-03-21 17:29:34.000000000 +0000
++++ src/hb-coretext.h  2014-05-05 11:15:26.000000000 +0100
+@@ -30,7 +30,7 @@
+ #include "hb.h"
+ 
+ #include <TargetConditionals.h>
+-#if defined(TARGET_OS_IPHONE)
++#if defined(TARGET_OS_IPHONE) && TARGET_OS_IPHONE
+ #  include <CoreText/CoreText.h>
+ #  include <CoreGraphics/CoreGraphics.h>
+ #else



Home | Main Index | Thread Index | Old Index