svn commit: r370420 - head/java/openjdk8/files
Baptiste Daroussin
bapt at FreeBSD.org
Wed Oct 8 07:25:19 UTC 2014
Author: bapt
Date: Wed Oct 8 07:25:18 2014
New Revision: 370420
URL: https://svnweb.freebsd.org/changeset/ports/370420
QAT: https://qat.redports.org/buildarchive/r370420/
Log:
Fix build with gmake 4.1
Added:
head/java/openjdk8/files/patch-hotspot__make__bsd__makefiles__adjust-mflags.sh (contents, props changed)
Added: head/java/openjdk8/files/patch-hotspot__make__bsd__makefiles__adjust-mflags.sh
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/java/openjdk8/files/patch-hotspot__make__bsd__makefiles__adjust-mflags.sh Wed Oct 8 07:25:18 2014 (r370420)
@@ -0,0 +1,11 @@
+--- hotspot/make/bsd/makefiles/adjust-mflags.sh.orig 2014-03-04 02:52:06 UTC
++++ hotspot/make/bsd/makefiles/adjust-mflags.sh
+@@ -64,7 +64,7 @@
+ echo "$MFLAGS" \
+ | sed '
+ s/^-/ -/
+- s/ -\([^ ][^ ]*\)j/ -\1 -j/
++ s/ -\([^ I][^ I]*\)j/ -\1 -j/
+ s/ -j[0-9][0-9]*/ -j/
+ s/ -j\([^ ]\)/ -j -\1/
+ s/ -j/ -j'${HOTSPOT_BUILD_JOBS:-${default_build_jobs}}'/
More information about the svn-ports-all
mailing list