On 2016/05/13 21:49, Patrick Wildt wrote:
> +BUILD_DEPENDS +=     devel/llvm

Only thing I noticed in first review was this, please use

MODULES =               lang/clang
MODCLANG_LANGS =        c++
MODCLANG_ARCHS =        amd64

instead of the BUILD_DEPENDS. Then, in theory, you shouldn't need
these lines in the various Makefiles:

> +CC=          clang
> +CXX=         clang++

I'll try to do some testing but I'm a bit swamped at the moment.

Reply via email to