diff options
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/stella/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/emulators/stella/Makefile b/emulators/stella/Makefile index 8216ec7ad9f3..ee833e529e10 100644 --- a/emulators/stella/Makefile +++ b/emulators/stella/Makefile @@ -16,6 +16,11 @@ 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} |