Open nkhine opened 6 years ago
remove -D_LIBCPP_TRIVIAL_PAIR_COPY_CTOR
from extra_cxxflags="-D_LIBCPP_TRIVIAL_PAIR_COPY_CTOR=1 -I/usr/local/include"'
in libchromiumcontent.diff
and from + ' -I/usr/local/include -D_LIBCPP_TRIVIAL_PAIR_COPY_CTOR=1 -fno-rtti -pthread -std=c++11 -fPIC',
in electronv3.diff
.In latest FreeBSD this flag is not required.
Hello, I am trying to build VSCode on FreeBSD11.1, but get this:
I had to manually install, the following requirements, as i was getting permission errors to /usr/ports/xxx/work directory
this is on:
running the command from terminal, i get:
any advice is much appreciated