diff options
| author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2026-06-22 15:30:18 +0000 |
|---|---|---|
| committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2026-06-22 15:30:18 +0000 |
| commit | 6ce78af78a1f584c18359083926d4532572e2636 (patch) | |
| tree | bf8be52bb5f607eb2b4e83a5afa051f16b7425ee | |
| parent | 0dc3cdf955493457286ea1d4fbda7c394d8ae50e (diff) | |
devel/xopcodecalc: restrict the build to x86 only due to assembly
Reported by: pkg-fallout
| -rw-r--r-- | devel/xopcodecalc/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/xopcodecalc/Makefile b/devel/xopcodecalc/Makefile index 98c9f0d32f84..71dcdf7f9b35 100644 --- a/devel/xopcodecalc/Makefile +++ b/devel/xopcodecalc/Makefile @@ -9,6 +9,9 @@ WWW= https://github.com/horsicq/XOpcodeCalc LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +ONLY_FOR_ARCHS= amd64 i386 +ONLY_FOR_ARCHS_REASON= has parts written in x86 assembly language + USES= pkgconfig qt:5 GNU_CONFIGURE= yes USE_QT= buildtools:build qmake:build core gui widgets |
