summaryrefslogtreecommitdiff
path: root/fonts
diff options
context:
space:
mode:
authorchristos <christos>2011-11-09 14:30:42 +0000
committerchristos <christos>2011-11-09 14:30:42 +0000
commitc7ec214e57e860d738c22e7a02556bba1ca869df (patch)
tree9733f7ba547e55afaff394f030d397bb74b47f81 /fonts
parenta2801efe0c6a93e9f632c8e9b0a52e44e962e081 (diff)
downloadpkgsrc-c7ec214e57e860d738c22e7a02556bba1ca869df.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>