diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2018-09-25 07:29:25 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2018-09-25 07:29:25 +0000 |
commit | b54b77fa86514ba06480f6ea22f36379d22cbde8 (patch) | |
tree | 262a5db58bff73f86c94d292d6eafdc8e48838a9 /emulators | |
parent | 57902f95836c2de93d5bb65cd20d7f6edf1cfdfd (diff) | |
download | ports-b54b77fa86514ba06480f6ea22f36379d22cbde8.tar.gz ports-b54b77fa86514ba06480f6ea22f36379d22cbde8.zip |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/stella/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/emulators/stella/Makefile b/emulators/stella/Makefile index dd9cfbce174b..f33e3c1bc758 100644 --- a/emulators/stella/Makefile +++ b/emulators/stella/Makefile @@ -15,7 +15,6 @@ LICENSE_FILE= ${WRKSRC}/License.txt 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' LIB_DEPENDS= libpng.so:graphics/png |