svn commit: r426134 - head/emulators/ppsspp

Jan Beich jbeich at FreeBSD.org
Mon Nov 14 20:56:46 UTC 2016


Author: jbeich
Date: Mon Nov 14 20:56:45 2016
New Revision: 426134
URL: https://svnweb.freebsd.org/changeset/ports/426134

Log:
  emulators/ppsspp: link to upstream issue for BROKEN

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

Modified: head/emulators/ppsspp/Makefile
==============================================================================
--- head/emulators/ppsspp/Makefile	Mon Nov 14 19:13:39 2016	(r426133)
+++ head/emulators/ppsspp/Makefile	Mon Nov 14 20:56:45 2016	(r426134)
@@ -27,6 +27,11 @@ GH_TUPLE?=	hrydgard:${PORTNAME}-lang:cdf
 
 CONFLICTS_INSTALL=	${PORTNAME}-*
 
+# [QT4] FakeJit.cpp:42:37: error: no matching constructor for initialization of 'JitBlockCache'
+# [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
+
 USES=		compiler:c++11-lib localbase:ldflags pkgconfig
 EXCLUDE=	glew snappy libzip zlib
 EXTRACT_AFTER_ARGS=${EXCLUDE:S,^,--exclude ,}
@@ -58,8 +63,6 @@ SDL_BUILD_DEPENDS=	png>=1.6:graphics/png
 SDL_LIB_DEPENDS=	libpng.so:graphics/png
 SDL_VARS=	PORTDATA+="assets ${PORTNAME}"
 
-BROKEN_aarch64=		Fails to compile: error: use of undeclared identifier AllocateAlignedMemory
-
 post-patch:
 	@${REINPLACE_CMD} -e 's,/usr/share,${PREFIX}/share,' \
 		${WRKSRC}/UI/NativeApp.cpp


More information about the svn-ports-head mailing list