pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: pkgsrc/www/firefox
On Fri, 21 Feb 2020 15:13:12 +0000
Ryo ONODERA <ryoon%netbsd.org@localhost> wrote:
> * Do not define USE_LANGUAGES+=gnu++17. Passing -std=gnu++17 to all clang
> invocations causes build failure.
"works for me"
$ /usr/pkg/bin/clang++ -std=gnu++17 -o test.o -c test.cpp
echo $?
$ 0
Is the problem that CXXFLAGS get improperly shipped to the C compiler?
Btw, not objecting to the revert if it fixes some build issue.
Home |
Main Index |
Thread Index |
Old Index