aboutsummaryrefslogtreecommitdiff
path: root/editors/imhex
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2021-07-09 09:24:30 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2021-07-09 09:24:30 +0000
commitb6e3bd6e75931b3336f7bdea1160f1d5900abf40 (patch)
treefd8a188ca5f08227e1d89dc776430f324e49b71a /editors/imhex
parentef8943ff629fd37cf8bd1ddc4830e3746bb90d4b (diff)
downloadports-b6e3bd6e75931b3336f7bdea1160f1d5900abf40.tar.gz
ports-b6e3bd6e75931b3336f7bdea1160f1d5900abf40.zip
editors/imhex: disable on powerpc
Same issue as on i386.
Diffstat (limited to 'editors/imhex')
-rw-r--r--editors/imhex/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/imhex/Makefile b/editors/imhex/Makefile
index 94b7eea17552..455822232b26 100644
--- a/editors/imhex/Makefile
+++ b/editors/imhex/Makefile
@@ -12,7 +12,7 @@ COMMENT= Hex editor for reverse engineers and programmers
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE
-NOT_FOR_ARCHS= i386
+NOT_FOR_ARCHS= i386 powerpc
NOT_FOR_ARCHS_REASON= __uint128_t and __int128_t are not supported
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} \
btzy-nativefiledialog-extended-${GH_TAG_NATIVEFILEDIALOG}_GH0${EXTRACT_SUFX} \