rebuild gst-plugins-good1 for libvpx-1.15.0; fix gcc-14 problem
[oi-userland.git] / components / runtime / openjdk-8 / patches / 0042-patch-jdk_make_CreateJars.gmk.patch
blobaa7eabc41adbeb4b4f31aa9cb2b0e221dee053bd
1 $NetBSD: patch-jdk_make_CreateJars.gmk,v 1.2 2015/02/20 09:38:00 tnn Exp $
3 Ensure global tool arguments are used.
5 --- jdk/make/CreateJars.gmk.orig 2015-02-02 15:37:11.000000000 +0000
6 +++ jdk/make/CreateJars.gmk
7 @@ -295,7 +295,7 @@ $(IMAGES_OUTPUTDIR)/lib$(PROFILE)/_the.r
9 # This is a hack but I don't know how to make this fit into the existing scheme
10 $(PROFILE_VERSION_CLASS_TARGETS): $(PROFILE_VERSION_JAVA_TARGETS)
11 - @$(JAVAC) -d $(@D)/../../ $(@D)/$(VERSION_JAVA_FILE)
12 + @$(JAVA) $(NEW_JAVAC) -d $(@D)/../../ $(@D)/$(VERSION_JAVA_FILE)
15 # Support for removing the addPropertyChangeListener and removePropertyChangeListener