aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2021-12-18 17:20:44 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2021-12-18 17:39:34 +0000
commit8bf5428a441be3d28e2ede460fe5d57ab663b462 (patch)
tree689038302e3e53de8383c5495c59948b40db6eeb
parentf5ba47a03127e37e636233060da7b96b4c1c9085 (diff)
downloadports-8bf5428a441be3d28e2ede460fe5d57ab663b462.tar.gz
ports-8bf5428a441be3d28e2ede460fe5d57ab663b462.zip
x11-toolkits/qt5-quick3d: switch to use bundled assimp
Quick3d is at the moment not compatible with assimp-5.1.0. In poudriere, due to assimp not being available, the port was already built with the bundled assimp version. For builds in a non-clean-room environment, explitely specify, that we want the bundled one too. PR: 260355 Reported by: Bertrand Petit <bsdpr@phoe.frmug.org> (cherry picked from commit b452cf359ea6344ebe8fd3bf0ef91029a9a8626f)
-rw-r--r--x11-toolkits/qt5-quick3d/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-toolkits/qt5-quick3d/Makefile b/x11-toolkits/qt5-quick3d/Makefile
index e02d9c5b84e8..7d1b8dfeae02 100644
--- a/x11-toolkits/qt5-quick3d/Makefile
+++ b/x11-toolkits/qt5-quick3d/Makefile
@@ -1,6 +1,6 @@
PORTNAME= quick3d
DISTVERSION= ${QT5_VERSION}
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= x11-toolkits
PKGNAMEPREFIX= qt5-
@@ -11,6 +11,7 @@ USES= compiler:c++11-lang qmake qt-dist:5
USE_QT= core declarative gui network opengl \
buildtools_build
+QMAKE_CONFIGURE_ARGS= --quick3d-assimp=qt
QT_BINARIES= yes
.include <bsd.port.mk>