svn commit: r481042 - head/emulators/unicorn

Antoine Brodin antoine at FreeBSD.org
Mon Oct 1 17:18:20 UTC 2018


Author: antoine
Date: Mon Oct  1 17:18:19 2018
New Revision: 481042
URL: https://svnweb.freebsd.org/changeset/ports/481042

Log:
  Require a modern compiler to fix build on powerpc64
  
  PR:		231850

Modified:
  head/emulators/unicorn/Makefile

Modified: head/emulators/unicorn/Makefile
==============================================================================
--- head/emulators/unicorn/Makefile	Mon Oct  1 16:02:02 2018	(r481041)
+++ head/emulators/unicorn/Makefile	Mon Oct  1 17:18:19 2018	(r481042)
@@ -16,12 +16,11 @@ BROKEN_armv6=		fails to compile: 'tcg-target.h' file n
 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} \


More information about the svn-ports-all mailing list