svn commit: r437453 - head/emulators/ppsspp

Jan Beich jbeich at FreeBSD.org
Sat Apr 1 18:11:21 UTC 2017


Author: jbeich
Date: Sat Apr  1 18:11:20 2017
New Revision: 437453
URL: https://svnweb.freebsd.org/changeset/ports/437453

Log:
  emulators/ppsspp: temporarily unblock build on aarch64

Modified:
  head/emulators/ppsspp/Makefile   (contents, props changed)

Modified: head/emulators/ppsspp/Makefile
==============================================================================
--- head/emulators/ppsspp/Makefile	Sat Apr  1 17:58:59 2017	(r437452)
+++ head/emulators/ppsspp/Makefile	Sat Apr  1 18:11:20 2017	(r437453)
@@ -33,6 +33,9 @@ CONFLICTS_INSTALL=	${PORTNAME}-*
 # [QT5] c++: error: the clang compiler does not support '-march=armv7-a'
 # [SDL] SplineCommon.cpp:639:17: error: use of undeclared identifier 'AllocateAlignedMemory'
 BROKEN_aarch64=		https://github.com/hrydgard/ppsspp/issues/9032
+.if ${MACHINE_ARCH} == aarch64
+TRYBROKEN=	need logs for v1.4
+.endif
 
 USES=		cmake:outsource compiler:c++11-lib localbase:ldflags pkgconfig
 EXCLUDE=	libzip zlib


More information about the svn-ports-head mailing list