From e2db39fa8a8baa060953596da89f4006842bf364 Mon Sep 17 00:00:00 2001 From: jbeich Date: Sat, 8 Apr 2017 22:11:27 +0000 Subject: emulators/ppsspp: builds fine on aarch64 Reported by: pkg-fallout --- emulators/ppsspp/Makefile | 7 ------- 1 file changed, 7 deletions(-) (limited to 'emulators') diff --git a/emulators/ppsspp/Makefile b/emulators/ppsspp/Makefile index 784070bb58f7..6862df7fe642 100644 --- a/emulators/ppsspp/Makefile +++ b/emulators/ppsspp/Makefile @@ -30,13 +30,6 @@ GH_TUPLE?= hrydgard:glslang:b16f7e68:glslang/ext/glslang \ 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 ,} -- cgit