diff options
author | Simon Frankenberger <simon@fraho.eu> | 2020-05-09 11:50:57 +0200 |
---|---|---|
committer | Rasmus Thomsen <oss@cogitri.dev> | 2020-05-09 20:06:43 +0000 |
commit | 739575ba4c9b54d8b43fc7891423f41455bd138b (patch) | |
tree | 1262fa93835a1e259203dc2709d9dc78e462f6bb /community/openjdk11/make-4.3.patch | |
parent | 04f4314af8b80725a35cb8a14801c63d813f7495 (diff) | |
download | aports-739575ba4c9b54d8b43fc7891423f41455bd138b.tar.bz2 aports-739575ba4c9b54d8b43fc7891423f41455bd138b.tar.xz |
community/openjdk11: Upgrade to 11.0.7
Diffstat (limited to 'community/openjdk11/make-4.3.patch')
-rw-r--r-- | community/openjdk11/make-4.3.patch | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/community/openjdk11/make-4.3.patch b/community/openjdk11/make-4.3.patch deleted file mode 100644 index b15238cc75..0000000000 --- a/community/openjdk11/make-4.3.patch +++ /dev/null @@ -1,17 +0,0 @@ -upstream report: https://bugs.openjdk.java.net/browse/JDK-8237879. - -diff --git a/make/common/MakeBase.gmk b/make/common/MakeBase.gmk -index 170c3ed..697f9d2 100644 ---- a/make/common/MakeBase.gmk -+++ b/make/common/MakeBase.gmk -@@ -981,7 +981,9 @@ DependOnVariableHelper = \ - $(info NewVariable $1: >$(strip $($1))<) \ - $(info OldVariable $1: >$(strip $($1_old))<)) \ - $(call WriteFile, $1_old:=$(call DoubleDollar,$(call EscapeHash,$($1))), \ -- $(call DependOnVariableFileName, $1, $2))) \ -+ $(call DependOnVariableFileName, $1, $2)) \ -+ $(eval $(call DependOnVariableFileName, $1, $2): ) \ -+ ) \ - $(call DependOnVariableFileName, $1, $2) \ - ) - |