Subject: | Does not build on freebsd 10 system (clang++ vs. g++) |
FreeBSD 10 does not ship g++ and gcc anymore, but instead uses clang++ and clang. Therefore compilation of QBit-TimeLog-XS-0.006 fails. Workaround is to specify CC => 'c++' instead. Maybe this change may be made universal, as g++ is often (always?) also callable as c++.