From a419dbd7bfd315f0f7b9ee37fc8966741e049b14 Mon Sep 17 00:00:00 2001 From: DPorts Builder Date: Wed, 27 Dec 2017 07:31:04 -0800 Subject: [PATCH] Tweak emulators/stella version 4.7.3_2 --- emulators/stella/Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/emulators/stella/Makefile b/emulators/stella/Makefile index e11aa7752ba..ee833e529e1 100644 --- a/emulators/stella/Makefile +++ b/emulators/stella/Makefile @@ -16,8 +16,13 @@ LICENSE_FILE= ${WRKSRC}/License.txt LIB_DEPENDS= libpng.so:graphics/png +BROKEN_aarch64= 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_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 BROKEN_powerpc64= fails to compile: CartDebug.cxx: 'snprintf' is not a member of 'std' +CONFLICTS_INSTALL= rubygem-stella + WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_SDL= sdl2 -- 2.41.0