1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

another shot at fixing pyside2's build

the failure is still not reproducable, but I'm still getting fallout
mails. the log files seem to be pointing at a build order problem,
that is, a undeclared dependency between targets. set MAKE_JOBS_UNSAFE
until I figured out what exactly is missing, and to get out some
packages, and to reduce fallout mails.
This commit is contained in:
Christoph Moench-Tegeder 2019-05-02 18:53:44 +00:00
parent ebc6f70901
commit 51189d4166
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=500678

View File

@ -29,6 +29,8 @@ USE_QT= 3d buildtools_build charts core datavis3d declarative \
CMAKE_ARGS+= "-DUSE_PYTHON_VERSION=${PYTHON_VER}" \
"-DPYTHON_EXECUTABLE=${PYTHON_CMD}"
MAKE_JOBS_UNSAFE= yes
.include <bsd.port.pre.mk>
.if ${PYTHON_MAJOR_VER} >= 3