Date: Fri, 28 Jul 2023 03:54:35 GMT From: "Jason E. Hale" <jhale@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 30790b70193f - main - graphics/qt6-3d: Fix pkg-plist Message-ID: <202307280354.36S3sZLa049670@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by jhale: URL: https://cgit.FreeBSD.org/ports/commit/?id=30790b70193f3762515d651aae25cbc7429eb96f commit 30790b70193f3762515d651aae25cbc7429eb96f Author: Jason E. Hale <jhale@FreeBSD.org> AuthorDate: 2023-07-28 03:50:08 +0000 Commit: Jason E. Hale <jhale@FreeBSD.org> CommitDate: 2023-07-28 03:50:08 +0000 graphics/qt6-3d: Fix pkg-plist The SIMD option is only for amd64 and i386, so OPTIONS_SUB won't work for other archs. --- graphics/qt6-3d/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/graphics/qt6-3d/Makefile b/graphics/qt6-3d/Makefile index 79517ea55f8b..87bcccf5cefd 100644 --- a/graphics/qt6-3d/Makefile +++ b/graphics/qt6-3d/Makefile @@ -50,6 +50,7 @@ CMAKE_ARGS+= -DINPUT_qt3d_simd=no . endif .else CMAKE_ARGS+= -DINPUT_qt3d_simd=no +PLIST_SUB+= SIMD="@comment " .endif .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202307280354.36S3sZLa049670>