Skip to content

Commit

Permalink
emulators/qemu-devel: IGNORE on powerpc64le
Browse files Browse the repository at this point in the history
Fails to build with:
fatal error: 'asm/cputable.h' file not found

Reported by:	portsfallout
  • Loading branch information
5u623l20 committed Jan 3, 2024
1 parent a6b469b commit c869de7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion emulators/qemu-devel/Makefile
Expand Up @@ -10,7 +10,8 @@ WWW= https://www.qemu.org/

LICENSE= GPLv2

ONLY_FOR_ARCHS= amd64 i386 powerpc powerpc64 powerpc64 powerpc64le
ONLY_FOR_ARCHS= amd64 i386 powerpc powerpc64 powerpc64
# Fails to build on powerpc64le

BUILD_DEPENDS= sphinx-build:textproc/py-sphinx \
${PYTHON_PKGNAMEPREFIX}sphinx_rtd_theme>0:textproc/py-sphinx_rtd_theme@${PY_FLAVOR} \
Expand Down

0 comments on commit c869de7

Please sign in to comment.