compilers.conf: modify default DPORT_CLANG_STD_INCOPTXX
commitfe20c843b183a06b745be5dab35e9a51e4737c17
authorJohn Marino <draco@marino.st>
Sun, 22 Nov 2015 13:33:44 +0000 (22 14:33 +0100)
committerJohn Marino <draco@marino.st>
Sun, 22 Nov 2015 13:33:44 +0000 (22 14:33 +0100)
tree85452bba07ba369234cf3e6f9d7831612c868cae
parent47b5cd37789dbb6e40daeed064dd30f5527276b9
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.
etc/defaults/compilers.conf