diff options
author | jbeich <jbeich@FreeBSD.org> | 2017-04-09 06:11:27 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2017-04-09 06:11:27 +0800 |
commit | e2db39fa8a8baa060953596da89f4006842bf364 (patch) | |
tree | 4f7fee48d748c7f9b07de4862ad3a4ad4beb0764 /emulators | |
parent | f1c6b452d87f1c887c3a2a83ddd2b7787e448d00 (diff) | |
download | freebsd-ports-gnome-e2db39fa8a8baa060953596da89f4006842bf364.tar.gz freebsd-ports-gnome-e2db39fa8a8baa060953596da89f4006842bf364.tar.zst freebsd-ports-gnome-e2db39fa8a8baa060953596da89f4006842bf364.zip |
emulators/ppsspp: builds fine on aarch64
Reported by: pkg-fallout
Diffstat (limited to 'emulators')
-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 ,} |