svn commit: r438070 - head/emulators/ppsspp

Jan Beich jbeich at FreeBSD.org
Sat Apr 8 22:11:28 UTC 2017


Author: jbeich
Date: Sat Apr  8 22:11:27 2017
New Revision: 438070
URL: https://svnweb.freebsd.org/changeset/ports/438070

Log:
  emulators/ppsspp: builds fine on aarch64
  
  Reported by:	pkg-fallout

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

Modified: head/emulators/ppsspp/Makefile
==============================================================================
--- head/emulators/ppsspp/Makefile	Sat Apr  8 21:51:45 2017	(r438069)
+++ head/emulators/ppsspp/Makefile	Sat Apr  8 22:11:27 2017	(r438070)
@@ -30,13 +30,6 @@ GH_TUPLE?=	hrydgard:glslang:b16f7e68:gls
 
 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
 EXTRACT_AFTER_ARGS=${EXCLUDE:S,^,--exclude ,}


More information about the svn-ports-head mailing list