Mon Mar 5 21:02:35 2012 UTC ()
Use correct CoreText header on Mac OS X.


(adam)
diff -r1.90 -r1.91 pkgsrc/devel/pango/distinfo
diff -r0 -r1.1 pkgsrc/devel/pango/patches/patch-pango_pangocoretext.h

cvs diff -r1.90 -r1.91 pkgsrc/devel/pango/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/pango/distinfo 2012/02/01 18:47:00 1.90
+++ pkgsrc/devel/pango/distinfo 2012/03/05 21:02:35 1.91
@@ -1,7 +1,8 @@ @@ -1,7 +1,8 @@
1$NetBSD: distinfo,v 1.90 2012/02/01 18:47:00 drochner Exp $ 1$NetBSD: distinfo,v 1.91 2012/03/05 21:02:35 adam Exp $
2 2
3SHA1 (pango-1.29.4.tar.xz) = e1fc4a729440b168a033addea0c2aa5ce17c6e5c 3SHA1 (pango-1.29.4.tar.xz) = e1fc4a729440b168a033addea0c2aa5ce17c6e5c
4RMD160 (pango-1.29.4.tar.xz) = 90fc0b73022f980e8971922fec990653bddb4431 4RMD160 (pango-1.29.4.tar.xz) = 90fc0b73022f980e8971922fec990653bddb4431
5Size (pango-1.29.4.tar.xz) = 1155456 bytes 5Size (pango-1.29.4.tar.xz) = 1155456 bytes
6SHA1 (patch-aa) = 1a87d055dc722eff28517a11d0832ae19df5eb59 6SHA1 (patch-aa) = 1a87d055dc722eff28517a11d0832ae19df5eb59
7SHA1 (patch-ab) = 12c09b12ba31be19fa0d602f89909811e6221bd8 7SHA1 (patch-ab) = 12c09b12ba31be19fa0d602f89909811e6221bd8
 8SHA1 (patch-pango_pangocoretext.h) = 0f1f4ebcbe148d29e47bfa52216e5c980bc0f8c2

File Added: pkgsrc/devel/pango/patches/patch-pango_pangocoretext.h
$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