Re: RFR: JDK-8192854 FONTCONFIG_CFLAGS missing from spec.gmk.in

2017-12-04 Thread Phil Race
+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

Re: RFR: JDK-8192854 FONTCONFIG_CFLAGS missing from spec.gmk.in

2017-12-04 Thread Erik Joelsson
Looks good. /Erik On 2017-12-04 02:18, 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).

RFR: JDK-8192854 FONTCONFIG_CFLAGS missing from spec.gmk.in

2017-12-04 Thread Magnus Ihse Bursie
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