Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/mit/xorg/tools/fc-cache the host tool relies on sca...



details:   https://anonhg.NetBSD.org/src/rev/fb55c5acd070
branches:  trunk
changeset: 327894:fb55c5acd070
user:      mrg <mrg%NetBSD.org@localhost>
date:      Thu Mar 20 08:05:30 2014 +0000

description:
the host tool relies on scandir now days.  (it tries to avoid it,
but needs work for this code to work again.  if this is fixed, we
may want to run ./configure for this tool.)

diffstat:

 external/mit/xorg/tools/fc-cache/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r af7014cfdc9e -r fb55c5acd070 external/mit/xorg/tools/fc-cache/Makefile
--- a/external/mit/xorg/tools/fc-cache/Makefile Thu Mar 20 07:13:53 2014 +0000
+++ b/external/mit/xorg/tools/fc-cache/Makefile Thu Mar 20 08:05:30 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.8 2013/06/03 20:23:40 mrg Exp $
+#      $NetBSD: Makefile,v 1.9 2014/03/20 08:05:30 mrg Exp $
 
 NOMAN=         1
 
@@ -104,6 +104,7 @@
                -DHAVE_STDINT_H -DHAVE_RANDOM -DDARWIN_NO_CARBON \
                -DHAVE_SYS_TYPES_H -DHAVE_FCNTL_H -DHAVE_SYS_STAT_H \
                -DHAVE_MKSTEMP \
+               -DHAVE_SCANDIR \
                -DFLEXIBLE_ARRAY_MEMBER="/**/"
 HOST_CPPFLAGS+=        -DFT_CONFIG_OPTION_DISABLE_BZIP2
 HOST_CPPFLAGS+=        -I${FONTCONFIG} -I${FREETYPE} \



Home | Main Index | Thread Index | Old Index