diff options
author | linimon <linimon@FreeBSD.org> | 2016-11-14 15:47:48 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2016-11-14 15:47:48 +0800 |
commit | 838928d485d368f4515500d257a95110325c0de8 (patch) | |
tree | 7ec4df2815d7f09e29b4d6b281de31a97163b786 /emulators/ppsspp | |
parent | 853a8b0cdb31b5ed58d0338a5834b90d61b0a48d (diff) | |
download | freebsd-ports-gnome-838928d485d368f4515500d257a95110325c0de8.tar.gz freebsd-ports-gnome-838928d485d368f4515500d257a95110325c0de8.tar.zst freebsd-ports-gnome-838928d485d368f4515500d257a95110325c0de8.zip |
Mark as broken on various tier-2 archs.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'emulators/ppsspp')
-rw-r--r-- | emulators/ppsspp/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/emulators/ppsspp/Makefile b/emulators/ppsspp/Makefile index b88dd3d33c65..cba162795e04 100644 --- a/emulators/ppsspp/Makefile +++ b/emulators/ppsspp/Makefile @@ -58,6 +58,8 @@ 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 |