diff options
Diffstat (limited to 'development/openjdk/Makefile.am.patch')
-rw-r--r-- | development/openjdk/Makefile.am.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/development/openjdk/Makefile.am.patch b/development/openjdk/Makefile.am.patch new file mode 100644 index 0000000000000..3ad4d30cd43a9 --- /dev/null +++ b/development/openjdk/Makefile.am.patch @@ -0,0 +1,11 @@ +--- icedtea-2.5.3/Makefile.am 2014-10-15 06:57:54.000000000 +0300 ++++ icedtea-2.5.3.patched/Makefile.am 2015-01-17 22:36:01.000000000 +0200 +@@ -242,7 +242,7 @@ + + # Patch list + +-ICEDTEA_PATCHES = ++ICEDTEA_PATCHES = patches/currencyexpire.patch + + # Conditional patches + |