diff options
author | jbeich <jbeich@FreeBSD.org> | 2017-04-02 02:11:20 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2017-04-02 02:11:20 +0800 |
commit | 0776612b24392fa6fb62e5bb6c7f3c3b9e1d7ac5 (patch) | |
tree | 0c9ad546ce2873d18849ff53fd49ffb45c6f1725 /emulators | |
parent | f66d7c64c8b217e30ea4b9dfe40f10fd2ae4c6c0 (diff) | |
download | freebsd-ports-gnome-0776612b24392fa6fb62e5bb6c7f3c3b9e1d7ac5.tar.gz freebsd-ports-gnome-0776612b24392fa6fb62e5bb6c7f3c3b9e1d7ac5.tar.zst freebsd-ports-gnome-0776612b24392fa6fb62e5bb6c7f3c3b9e1d7ac5.zip |
emulators/ppsspp: temporarily unblock build on aarch64
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/ppsspp/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/emulators/ppsspp/Makefile b/emulators/ppsspp/Makefile index c3aee4eb0e7f..0f3d99e72876 100644 --- a/emulators/ppsspp/Makefile +++ b/emulators/ppsspp/Makefile @@ -33,6 +33,9 @@ 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 |