diff options
-rw-r--r-- | emulators/ppsspp/Makefile | 7 |
1 files changed, 0 insertions, 7 deletions
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 ,} |