diff options
author | adam <adam@pkgsrc.org> | 2012-03-05 21:02:35 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2012-03-05 21:02:35 +0000 |
commit | 027fa0b3a5bc2f2a31f6ddaea92d34d42cb5bfbd (patch) | |
tree | 23029316e6a80a110f5cea917de4203c55cb7515 /devel/pango | |
parent | f43146453ece358ae270a25ae9a2d51787b7afa7 (diff) | |
download | pkgsrc-027fa0b3a5bc2f2a31f6ddaea92d34d42cb5bfbd.tar.gz |
Use correct CoreText header on Mac OS X.
Diffstat (limited to 'devel/pango')
-rw-r--r-- | devel/pango/distinfo | 3 | ||||
-rw-r--r-- | devel/pango/patches/patch-pango_pangocoretext.h | 15 |
2 files changed, 17 insertions, 1 deletions
diff --git a/devel/pango/distinfo b/devel/pango/distinfo index 47d5680f52c..41c05e99fdf 100644 --- a/devel/pango/distinfo +++ b/devel/pango/distinfo @@ -1,7 +1,8 @@ -$NetBSD: distinfo,v 1.90 2012/02/01 18:47:00 drochner Exp $ +$NetBSD: distinfo,v 1.91 2012/03/05 21:02:35 adam Exp $ SHA1 (pango-1.29.4.tar.xz) = e1fc4a729440b168a033addea0c2aa5ce17c6e5c RMD160 (pango-1.29.4.tar.xz) = 90fc0b73022f980e8971922fec990653bddb4431 Size (pango-1.29.4.tar.xz) = 1155456 bytes SHA1 (patch-aa) = 1a87d055dc722eff28517a11d0832ae19df5eb59 SHA1 (patch-ab) = 12c09b12ba31be19fa0d602f89909811e6221bd8 +SHA1 (patch-pango_pangocoretext.h) = 0f1f4ebcbe148d29e47bfa52216e5c980bc0f8c2 diff --git a/devel/pango/patches/patch-pango_pangocoretext.h b/devel/pango/patches/patch-pango_pangocoretext.h new file mode 100644 index 00000000000..fbf7a23b322 --- /dev/null +++ b/devel/pango/patches/patch-pango_pangocoretext.h @@ -0,0 +1,15 @@ +$NetBSD: patch-pango_pangocoretext.h,v 1.1 2012/03/05 21:02:35 adam Exp $ + +Use correct CoreText header on Mac OS X. + +--- pango/pangocoretext.h.orig 2012-03-05 20:36:03.000000000 +0000 ++++ pango/pangocoretext.h +@@ -25,7 +25,7 @@ + + #include <pango/pango-context.h> + #include <pango/pango-font.h> +-#include <Carbon/Carbon.h> ++#include <ApplicationServices/ApplicationServices.h> + + G_BEGIN_DECLS + |