diff --git a/graphics/qt5-3d/Makefile b/graphics/qt5-3d/Makefile index ee16610602a1..0b4a9a90bcb3 100644 --- a/graphics/qt5-3d/Makefile +++ b/graphics/qt5-3d/Makefile @@ -1,18 +1,18 @@ PORTNAME= 3d DISTVERSION= ${QT5_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics PKGNAMEPREFIX= qt5- MAINTAINER= kde@FreeBSD.org COMMENT= Qt3D module LIB_DEPENDS= libassimp.so:multimedia/assimp USES= compiler:c++11-lang pkgconfig qmake:norecursive qt-dist:5,3d USE_QT= concurrent core declarative gui network buildtools_build QT_BINARIES= yes .include diff --git a/graphics/qt5-3d/files/patch-src_core_configure.json b/graphics/qt5-3d/files/patch-src_core_configure.json new file mode 100644 index 000000000000..c9b346b16d22 --- /dev/null +++ b/graphics/qt5-3d/files/patch-src_core_configure.json @@ -0,0 +1,11 @@ +--- src/core/configure.json.orig 2021-04-29 15:52:01 UTC ++++ src/core/configure.json +@@ -96,7 +96,7 @@ + "qt3d-simd-avx2": { + "label": "Use AVX2 instructions", + "purpose": "Use AVX2 SIMD instructions to accelerate matrix operations", +- "autoDetect": "subarch.avx2", ++ "autoDetect": "features.avx2", + "enable": "input.qt3d-simd == 'avx2'", + "disable": "input.qt3d-simd == 'sse2' || input.qt3d-simd == 'no' || arch.i386", + "output": [ "privateFeature" ]