summaryrefslogtreecommitdiff
path: root/lang/openjdk8/patches
diff options
context:
space:
mode:
authortnn <tnn>2015-02-12 11:17:17 +0000
committertnn <tnn>2015-02-12 11:17:17 +0000
commitfa57630fca58ef7c5703f5ba8ef245ee8eb4aa61 (patch)
tree7183e774d82aa6d762c4a06156ccbaf4243f0057 /lang/openjdk8/patches
parentde52289bf4827163fac375f52356b7a9759cd912 (diff)
downloadpkgsrc-fa57630fca58ef7c5703f5ba8ef245ee8eb4aa61.tar.gz
Ensure global tool arguments are used in one more place.
Diffstat (limited to 'lang/openjdk8/patches')
-rw-r--r--lang/openjdk8/patches/patch-jdk_make_CreateJars.gmk15
1 files changed, 15 insertions, 0 deletions
diff --git a/lang/openjdk8/patches/patch-jdk_make_CreateJars.gmk b/lang/openjdk8/patches/patch-jdk_make_CreateJars.gmk
new file mode 100644
index 00000000000..1667b7476a2
--- /dev/null
+++ b/lang/openjdk8/patches/patch-jdk_make_CreateJars.gmk
@@ -0,0 +1,15 @@
+$NetBSD: patch-jdk_make_CreateJars.gmk,v 1.1 2015/02/12 11:17:17 tnn Exp $
+
+Ensure global tool arguments are used.
+
+--- jdk/make/CreateJars.gmk.orig 2015-02-02 15:37:11.000000000 +0000
++++ jdk/make/CreateJars.gmk
+@@ -295,7 +295,7 @@ $(IMAGES_OUTPUTDIR)/lib$(PROFILE)/_the.r
+
+ # This is a hack but I don't know how to make this fit into the existing scheme
+ $(PROFILE_VERSION_CLASS_TARGETS): $(PROFILE_VERSION_JAVA_TARGETS)
+- @$(JAVAC) -d $(@D)/../../ $(@D)/$(VERSION_JAVA_FILE)
++ @$(COMPILE.JAVAC) -d $(@D)/../../ $(@D)/$(VERSION_JAVA_FILE)
+
+
+ # Support for removing the addPropertyChangeListener and removePropertyChangeListener