emulators/ppsspp: link to upstream issue for BROKEN

This commit is contained in:
Jan Beich 2016-11-14 20:56:45 +00:00
parent 380a187d40
commit 6673e3fd6a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=426134

View file

@ -27,6 +27,11 @@ GH_TUPLE?= hrydgard:${PORTNAME}-lang:cdf4a8d:lang/lang \
CONFLICTS_INSTALL= ${PORTNAME}-*
# [QT4] FakeJit.cpp:42:37: error: no matching constructor for initialization of 'JitBlockCache'
# [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
USES= compiler:c++11-lib localbase:ldflags pkgconfig
EXCLUDE= glew snappy libzip zlib
EXTRACT_AFTER_ARGS=${EXCLUDE:S,^,--exclude ,}
@ -58,8 +63,6 @@ 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