summaryrefslogtreecommitdiff
path: root/fonts
diff options
context:
space:
mode:
authorchristos <christos@pkgsrc.org>2011-11-09 14:30:42 +0000
committerchristos <christos@pkgsrc.org>2011-11-09 14:30:42 +0000
commitfc5e02670aec28195d00e0dabc9f74df2667f1a5 (patch)
tree9733f7ba547e55afaff394f030d397bb74b47f81 /fonts
parent1f15167ff8b5a86d0575e46ed81605c4a828b62f (diff)
downloadpkgsrc-fc5e02670aec28195d00e0dabc9f74df2667f1a5.tar.gz
forgot to commit this one.
Diffstat (limited to 'fonts')
-rw-r--r--fonts/fontconfig/patches/patch-ab12
1 files changed, 12 insertions, 0 deletions
diff --git a/fonts/fontconfig/patches/patch-ab b/fonts/fontconfig/patches/patch-ab
new file mode 100644
index 00000000000..5b8f2b27587
--- /dev/null
+++ b/fonts/fontconfig/patches/patch-ab
@@ -0,0 +1,12 @@
+$NetBSD: patch-ab,v 1.10 2011/11/09 14:30:42 christos Exp $
+
+--- src/fccache.c.orig 2009-11-16 12:24:52.000000000 -0500
++++ src/fccache.c 2011-11-08 20:23:37.000000000 -0500
+@@ -28,6 +28,7 @@
+ #include <dirent.h>
+ #include <string.h>
+ #include <sys/types.h>
++#include <sys/stat.h>
+ #include <assert.h>
+ #if defined(HAVE_MMAP) || defined(__CYGWIN__)
+ # include <unistd.h>