Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Sep 2020 19:17:11 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r547564 - head/devel/pyside2-tools
Message-ID:  <202009041917.084JHBdv032493@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Fri Sep  4 19:17:11 2020
New Revision: 547564
URL: https://svnweb.freebsd.org/changeset/ports/547564

Log:
  devel/pyside2-tools: remove webengine on non-x86
  
  Builds fine without webengine on powerpc64.

Modified:
  head/devel/pyside2-tools/Makefile

Modified: head/devel/pyside2-tools/Makefile
==============================================================================
--- head/devel/pyside2-tools/Makefile	Fri Sep  4 19:14:17 2020	(r547563)
+++ head/devel/pyside2-tools/Makefile	Fri Sep  4 19:17:11 2020	(r547564)
@@ -24,7 +24,7 @@ USE_PYTHON=	flavors
 USE_QT=		3d buildtools charts core datavis3d declarative \
 		designer gui help location multimedia network opengl \
 		printsupport qmake_build script scripttools scxml sensors \
-		speech sql svg testlib uitools webchannel webengine \
+		speech sql svg testlib uitools webchannel \
 		websockets widgets x11extras xml xmlpatterns
 
 SHEBANG_FILES=	pyside_tool.py
@@ -34,5 +34,9 @@ CMAKE_ARGS+=	"-DUSE_PYTHON_VERSION=${PYTHON_VER}"
 .include <bsd.port.pre.mk>
 
 WRKSRC=		${WRKDIR}/pyside-setup-opensource-src-${DISTVERSION:C/^([0-9].[0-9]+.[0-9])(.[0-9])?/\1/}/sources/pyside2-tools
+
+.if ${ARCH} == amd64 || ${ARCH} == i386
+USE_QT+=	webengine
+.endif
 
 .include <bsd.port.post.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009041917.084JHBdv032493>