summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Le Cuirot <chewi@gentoo.org>2016-04-10 22:51:55 +0100
committerJames Le Cuirot <chewi@gentoo.org>2016-04-10 23:05:00 +0100
commit09df6195352995d2cf9fe45df3212974e0993e0d (patch)
tree849d98e758586822421e781c495eeee57e2e725c /dev-java/icedtea/files
parentdev-python/botocore: remove version 1.4.5 (diff)
downloadgentoo-09df6195352995d2cf9fe45df3212974e0993e0d.tar.gz
gentoo-09df6195352995d2cf9fe45df3212974e0993e0d.tar.bz2
gentoo-09df6195352995d2cf9fe45df3212974e0993e0d.zip
dev-java/icedtea: Version bump to 3.0.0 final for Java 8
Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-java/icedtea/files')
-rw-r--r--dev-java/icedtea/files/8-ccache.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-java/icedtea/files/8-ccache.patch b/dev-java/icedtea/files/8-ccache.patch
new file mode 100644
index 000000000000..c846dbae8625
--- /dev/null
+++ b/dev-java/icedtea/files/8-ccache.patch
@@ -0,0 +1,11 @@
+--- openjdk/common/autoconf/generated-configure.sh.orig 2016-04-01 04:32:19.000000000 +0100
++++ openjdk/common/autoconf/generated-configure.sh 2016-04-10 20:04:53.472885447 +0100
+@@ -35764,7 +35764,7 @@
+ # precompiled headers.
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking if ccache supports precompiled headers" >&5
+ $as_echo_n "checking if ccache supports precompiled headers... " >&6; }
+- HAS_GOOD_CCACHE=`($CCACHE --version | head -n 1 | grep -E 3.1.[456789]) 2> /dev/null`
++ HAS_GOOD_CCACHE=`($CCACHE --version | head -n 1 | grep -E "3\.(1\.[456789]|[2-9])") 2> /dev/null`
+ if test "x$HAS_GOOD_CCACHE" = x; then
+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, disabling ccache" >&5
+ $as_echo "no, disabling ccache" >&6; }