summaryrefslogtreecommitdiff
path: root/fonts
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>2006-11-28 16:15:30 +0000
committertv <tv@pkgsrc.org>2006-11-28 16:15:30 +0000
commitca8a7c2388660873f9a98256c2a393a9634b0d72 (patch)
tree1698609716cd0534cf355eb6f8fa691e3f596caa /fonts
parentfee1b7c7a225678d02662c18d87f2570a52e8009 (diff)
downloadpkgsrc-ca8a7c2388660873f9a98256c2a393a9634b0d72.tar.gz
On Interix, [u]intptr_t exists and is pulled in by <std*.h> even though
neither <inttypes.h> nor <stdint.h> exist. So skip the #error.
Diffstat (limited to 'fonts')
-rw-r--r--fonts/fontconfig/distinfo4
-rw-r--r--fonts/fontconfig/patches/patch-ae13
2 files changed, 13 insertions, 4 deletions
diff --git a/fonts/fontconfig/distinfo b/fonts/fontconfig/distinfo
index a87ff131da8..657a9cc09b7 100644
--- a/fonts/fontconfig/distinfo
+++ b/fonts/fontconfig/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.21 2006/10/09 10:54:12 markd Exp $
+$NetBSD: distinfo,v 1.22 2006/11/28 16:15:30 tv Exp $
SHA1 (fontconfig-2.4.1.tar.gz) = 4e7d0f86bb4b637b7e66700068c50e044d3cc2e0
RMD160 (fontconfig-2.4.1.tar.gz) = f48bd6a0ccc0cdd945659defeb9d944c629297ff
@@ -6,4 +6,4 @@ Size (fontconfig-2.4.1.tar.gz) = 1270946 bytes
SHA1 (patch-aa) = 7aa7831ccc818d0f501df941a1d12f3ed610d33b
SHA1 (patch-ac) = 965087ba6e457daf17c55fc3573b51fd6425be93
SHA1 (patch-ad) = 258665b323eddd9fc7f11ab7706985002299f011
-SHA1 (patch-ae) = 403d973145446840e6693c0b2e1bc87357623627
+SHA1 (patch-ae) = 9b74310ddd2986390f48b0622a0225c29d6372e2
diff --git a/fonts/fontconfig/patches/patch-ae b/fonts/fontconfig/patches/patch-ae
index 06d65295916..6ee9db29549 100644
--- a/fonts/fontconfig/patches/patch-ae
+++ b/fonts/fontconfig/patches/patch-ae
@@ -1,7 +1,16 @@
-$NetBSD: patch-ae,v 1.4 2006/10/09 10:54:12 markd Exp $
+$NetBSD: patch-ae,v 1.5 2006/11/28 16:15:30 tv Exp $
---- src/fcint.h.orig 2006-10-09 23:26:05.064812000 +1300
+--- src/fcint.h.orig 2006-09-15 03:06:40.000000000 -0400
+++ src/fcint.h
+@@ -35,7 +35,7 @@
+ #include <inttypes.h>
+ #elif defined(HAVE_STDINT_H)
+ #include <stdint.h>
+-#else
++#elif !defined(__INTERIX)
+ #error missing C99 integer data types
+ #endif
+ #include <string.h>
@@ -111,7 +111,7 @@
#define FC_BANK_LANGS 0xfcfcfcfc