git: b491853c5987 - main - graphics/nvidia-texture-tools: mark broken on aarch64
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 05 Sep 2022 17:50:14 UTC
The branch main has been updated by amdmi3:
URL: https://cgit.FreeBSD.org/ports/commit/?id=b491853c5987106f4167d00706b5decf0e892aa2
commit b491853c5987106f4167d00706b5decf0e892aa2
Author: Dmitry Marakasov <amdmi3@FreeBSD.org>
AuthorDate: 2022-09-05 16:28:47 +0000
Commit: Dmitry Marakasov <amdmi3@FreeBSD.org>
CommitDate: 2022-09-05 17:49:47 +0000
graphics/nvidia-texture-tools: mark broken on aarch64
---
graphics/nvidia-texture-tools/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/graphics/nvidia-texture-tools/Makefile b/graphics/nvidia-texture-tools/Makefile
index 3cc8638c7705..9dbf4ce8c1c0 100644
--- a/graphics/nvidia-texture-tools/Makefile
+++ b/graphics/nvidia-texture-tools/Makefile
@@ -9,6 +9,7 @@ LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
ONLY_FOR_ARCHS= i386 amd64 powerpc powerpc64 armv6 aarch64 powerpc64le # see src/nvcore/nvcore.h
+BROKEN_aarch64= error: use of undeclared identifier '__builtin_ia32_emms'
USES= cmake compiler:c++11-lang
CMAKE_ON= NVTT_SHARED \