CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2017/07/20 13:36:44
Modified files:
www/chromium : Makefile
www/chromium/patches: patch-base_BUILD_gn
patch-build_toolchain_gcc_toolchain_gni
Added files:
www/chromium/patches:
clang-third_party_WebKit_Source_platform_BUILD_gn
patch-third_party_libjingle_xmpp_task_runner_taskrunner_cc
patch-third_party_pdfium_third_party_base_logging_h
patch-third_party_sfntly_src_cpp_src_sfntly_table_core_cmap_table_cc
Log message:
make chromium build with base clang by applying the following changes:
- use the proper compiler and linker in ${WRKDIR}/bin
- casting to nullptr where required (diff from espie@)
- link the character_data_generator with c++abi twice until a linker
bug is figured out