emulators/stella: unbreak on armv*

Tested natively on armv7.

Approved by:	mentors (implicit approval)
This commit is contained in:
Piotr Kubaj 2019-08-01 23:31:43 +00:00
parent 9409eb97ab
commit 1b7629e6f6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=507837

View file

@ -12,9 +12,6 @@ COMMENT= Multi-platform Atari 2600 VCS emulator
LICENSE= GPLv2+ LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/License.txt LICENSE_FILE= ${WRKSRC}/License.txt
BROKEN_armv6= fails to compile: Checking for compiler version... 5.0.0, bad; Please ensure you are using GCC 4.7 / Clang 3.4 or above
BROKEN_armv7= fails to compile: Checking for compiler version... 5.0.0, bad; Please ensure you are using GCC 4.7 / Clang 3.4 or above
LIB_DEPENDS= libpng.so:graphics/png LIB_DEPENDS= libpng.so:graphics/png
USES= compiler:c++11-lib gmake tar:xz USES= compiler:c++11-lib gmake tar:xz