git: compilers.conf: modify default DPORT_CLANG_STD_INCOPTXX
John Marino
marino at crater.dragonflybsd.org
Sun Nov 22 05:38:25 PST 2015
commit fe20c843b183a06b745be5dab35e9a51e4737c17
Author: John Marino <draco at marino.st>
Date: Sun Nov 22 14:33:44 2015 +0100
compilers.conf: modify default DPORT_CLANG_STD_INCOPTXX
I am not entirely sure INCOPTXX even needs to be set for clang, but
let's change DPORT_CLANG_STD_INCOPTXX from:
-isystem /usr/include/c++/5.0
to:
-cxx-isystem /usr/include/c++/5.0
The inclusion only applies to c++, so let's specify that. This only
applies to clang from dports and it can be overridden.
Summary of changes:
etc/defaults/compilers.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/fe20c843b183a06b745be5dab35e9a51e4737c17
--
DragonFly BSD source repository
More information about the Commits
mailing list