pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: pkgsrc/chat/swift



On Mon, Jun 06, 2016 at 11:17:11AM +0000, Thomas Klausner wrote:
> Module Name:  pkgsrc
> Committed By: wiz
> Date:         Mon Jun  6 11:17:11 UTC 2016
> 
> Modified Files:
>       pkgsrc/chat/swift: Makefile
> 
> Log Message:
> Force c++11. Use CXXFLAGS in build.

This fails with clang because the lovely scons uses the same flags for
testing C and C++ compiler. Naturally, clang objects to -std=c++11 when
trying to compile a C file...

Joerg



Home | Main Index | Thread Index | Old Index