Heads up, apparent change in MacPorts borks jdk9 build on Mac
David Chase
david.r.chase at oracle.com
Tue Feb 4 03:55:59 UTC 2014
On 2014-02-03, at 3:00 PM, Magnus Ihse Bursie <magnus.ihse.bursie at oracle.com> wrote:
> Can you please try the following patch and see if it solves your problem?
>
> diff --git a/make/lib/Awt2dLibraries.gmk b/make/lib/Awt2dLibraries.gmk
> --- a/make/lib/Awt2dLibraries.gmk
> +++ b/make/lib/Awt2dLibraries.gmk
> @@ -792,9 +792,9 @@
> endif
>
> BUILD_LIBFONTMANAGER_CFLAGS_COMMON := \
> + $(FONT_HEADERS) \
> $(X_CFLAGS) \
> -DLE_STANDALONE -DHEADLESS \
> - $(FONT_HEADERS) \
> -I$(JDK_TOPDIR)/src/share/native/sun/font \
> -I$(JDK_TOPDIR)/src/share/native/sun/font/layout \
> -I$(JDK_TOPDIR)/src/share/native/sun/awt/image/cvutils \
Problem solved.
Applied patch, reconfigured (just to be sure), make clean images, it ran to completion,
and I verified that the symbolic link I added was no longer there.
thanks much,
David
More information about the build-dev
mailing list