1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00

Require a modern compiler to fix build on powerpc64

PR:		231850
This commit is contained in:
Antoine Brodin 2018-10-01 17:18:19 +00:00
parent d801294043
commit 6ec74a36cd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=481042

View File

@ -16,12 +16,11 @@ BROKEN_armv6= fails to compile: 'tcg-target.h' file not found
BROKEN_armv7= fails to compile: 'tcg-target.h' file not found
BROKEN_mips= fails to compile: 'ICACHE' undeclared (first use in this function)
BROKEN_mips64= fails to compile: 'ICACHE' undeclared (first use in this function)
BROKEN_powerpc64= fails to compile: cc1: unrecognized command line option "-Wno-logical-op-parentheses"
USE_GITHUB= yes
GH_ACCOUNT= unicorn-engine
USES= gmake python:2.7,build
USES= compiler:c11 gmake python:2.7,build
USE_LDCONFIG= yes
MAKE_ENV= INSTALL_LIB="${INSTALL_LIB}" \
UNICORN_QEMU_FLAGS=--python=${PYTHON_CMD} \