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 Define XML_POOR_ENTROPY in ...
details: https://anonhg.NetBSD.org/src/rev/a7c2dae66a0b
branches: trunk
changeset: 1003478:a7c2dae66a0b
user: maya <maya%NetBSD.org@localhost>
date: Mon Sep 16 06:16:42 2019 +0000
description:
Define XML_POOR_ENTROPY in preparation of importing a new expat.
This is the tool fc-cache built as a native binary on the host
during the build.
The host might be non-netbsd, and we don't run configure, so we can't
know what kind of random functions it supports.
diffstat:
external/mit/xorg/tools/fc-cache/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 7c74b97bab21 -r a7c2dae66a0b external/mit/xorg/tools/fc-cache/Makefile
--- a/external/mit/xorg/tools/fc-cache/Makefile Mon Sep 16 04:59:32 2019 +0000
+++ b/external/mit/xorg/tools/fc-cache/Makefile Mon Sep 16 06:16:42 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2019/07/20 03:54:50 mrg Exp $
+# $NetBSD: Makefile,v 1.18 2019/09/16 06:16:42 maya Exp $
.include <bsd.hostinit.mk>
@@ -119,6 +119,8 @@
-I${DESTDIR}${X11INCDIR} -I. \
-I${FONTCONFIG}/../include
+HOST_CPPFLAGS+= -DXML_POOR_ENTROPY
+
HOST_CPPFLAGS+= -DTOOL_FCCACHE
LDADD= -lz
Home |
Main Index |
Thread Index |
Old Index