Created attachment 165711 [details] Fix the amd64 part of lang/v8 with clang 3.7.0 and higher As a followup to bug 202534, fix the amd64 parts of lang/v8 and lang/v8-devel too. This only consists of casting a few pointers to void *.
Created attachment 165712 [details] Fix the amd64 part of lang/v8-devel with clang 3.7.0 and higher
A commit references this bug: Author: sunpoet Date: Tue Jan 19 14:23:25 UTC 2016 New revision: 406703 URL: https://svnweb.freebsd.org/changeset/ports/406703 Log: - Fix build with Clang 3.7.0+ PR: 206332 Submitted by: dim Changes: head/lang/v8/files/patch-src-x64-disasm-x64.cc head/lang/v8/files/patch-src-x64-ic-x64.cc
A commit references this bug: Author: sunpoet Date: Tue Jan 19 14:23:31 UTC 2016 New revision: 406704 URL: https://svnweb.freebsd.org/changeset/ports/406704 Log: - Fix build with Clang 3.7.0+ PR: 206332 Submitted by: dim Changes: head/lang/v8-devel/files/patch-src-x64-disasm-x64.cc head/lang/v8-devel/files/patch-src-x64-ic-x64.cc
Committed. Please feel free to commit patch for newer Clang. :)