llvm37 python3 problem

Walter Schwarzenfeld w.schwarzenfeld at utanet.at
Thu Oct 8 16:03:55 UTC 2015


I think this should work:
in /etc/make.conf:
either
DEFAULT_VERSIONS=python=2.7 python2=2.7 python3=3.4
or
.if ${.CURDIR:M*/ports/devel/llvm*}
USE_PYTHON=2.7
.endif

should work.


More information about the freebsd-ports mailing list