+1

-phil.

On 12/04/2017 02:18 AM, Magnus Ihse Bursie wrote:
By oversight, when the external fontconfig was introduced in JDK-8170681, spec.gmk.in was not updated to actually include FONTCONFIG_CFLAGS (but it was properly exported from lib-fontconfig.m4 and included in the AWT makefile).

Bug: https://bugs.openjdk.java.net/browse/JDK-8192854
Patch inline:
diff --git a/make/autoconf/spec.gmk.in b/make/autoconf/spec.gmk.in
--- a/make/autoconf/spec.gmk.in
+++ b/make/autoconf/spec.gmk.in
@@ -293,6 +293,7 @@
 FREETYPE_CFLAGS:=@FREETYPE_CFLAGS@
 FREETYPE_BUNDLE_LIB_PATH=@FREETYPE_BUNDLE_LIB_PATH@
 FREETYPE_LICENSE=@FREETYPE_LICENSE@
+FONTCONFIG_CFLAGS:=@FONTCONFIG_CFLAGS@
 CUPS_CFLAGS:=@CUPS_CFLAGS@
 ALSA_LIBS:=@ALSA_LIBS@
 ALSA_CFLAGS:=@ALSA_CFLAGS@

/Magnus


Reply via email to