Created attachment 161992 [details] patch toolchain.m4 with support for non-default CC Patch to add non-default CC locations to java build. Helps me build openjdk8 via poudriere + qemu due to use of non-default CC toolchains. Submitted by Steve Kiernan from Juniper.
To what file should this patch be applied?
(In reply to Mark Linimon from comment #1) Its a patch file for java/openjdk8/files/ ... not a patch to be applied to java/openjdk8
@Sean, Can you provide the patch against the port please (you can use `make makepatch` for simplicity and correctness if you'd like) Also, has this passed QA (poudriere), in particular successfully testing switching CC ?
Created attachment 162925 [details] patch toolchain.m4 with support for non-default CC Regenerate patch file with svn diff
Created attachment 164028 [details] An alternate patch to Makefile I think this patch is simpler and easier to maintain.
A commit references this bug: Author: jkim Date: Mon Dec 14 23:02:50 UTC 2015 New revision: 403745 URL: https://svnweb.freebsd.org/changeset/ports/403745 Log: Respect CC, CPP and CXX with full paths. PR: 203747 Changes: head/java/openjdk8/Makefile
A commit references this bug: Author: jkim Date: Mon Dec 14 23:05:49 UTC 2015 New revision: 403746 URL: https://svnweb.freebsd.org/changeset/ports/403746 Log: Respect CC, CPP and CXX with full paths. PR: 203747 Changes: head/java/openjdk8/Makefile
It should be fixed with r403745 and r403746.