[Fontconfig] fontconfig: Branch 'master'

Akira TAGOH tagoh at kemper.freedesktop.org
Thu Feb 1 11:11:53 UTC 2018


 src/Makefile.am |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 5710377301f7193f133103cede00e81a2051eb51
Author: Olivier CrĂȘte <olivier.crete at collabora.com>
Date:   Thu Feb 1 10:52:40 2018 +0000

    Fix cross-compilation by passing CPPFLAGS to CPP

diff --git a/src/Makefile.am b/src/Makefile.am
index 80780b6..1a3cf4b 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -108,7 +108,7 @@ fcobjshash.gperf: Makefile stamp-fcobjshash.gperf
 	@$(MAKE) stamp-fcobjshash.gperf
 	@touch -r stamp-fcobjshash.gperf $@
 stamp-fcobjshash.gperf: fcobjshash.gperf.h fcobjs.h
-	$(AM_V_GEN) $(CPP) -I$(top_srcdir) $< | \
+	$(AM_V_GEN) $(CPP) -I$(top_srcdir) $(CPPFLAGS) $< | \
 	$(SED) 's/^ *//;s/ *, */,/' | \
 	$(GREP) '^[^#]' | \
 	awk ' \


More information about the Fontconfig mailing list