diff options
author | linimon <linimon@FreeBSD.org> | 2017-01-31 11:40:46 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2017-01-31 11:40:46 +0800 |
commit | 5f8cfeecdfe3b38a23300470e9b836ada7916daa (patch) | |
tree | 0d0809d74c7183324fd4c40d2cc1f8c9c36af021 /emulators/hatari | |
parent | 59a089f597ea0dba8f7962c3c2153b0d9444e15a (diff) | |
download | freebsd-ports-gnome-5f8cfeecdfe3b38a23300470e9b836ada7916daa.tar.gz freebsd-ports-gnome-5f8cfeecdfe3b38a23300470e9b836ada7916daa.tar.zst freebsd-ports-gnome-5f8cfeecdfe3b38a23300470e9b836ada7916daa.zip |
Mark various ports broken on aarch64 and armv6.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'emulators/hatari')
-rw-r--r-- | emulators/hatari/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/emulators/hatari/Makefile b/emulators/hatari/Makefile index 033b27c639b8..41e3201c0fe4 100644 --- a/emulators/hatari/Makefile +++ b/emulators/hatari/Makefile @@ -27,6 +27,9 @@ CMAKE_ARGS= -DETCDIR:PATH="${PREFIX}/etc" \ -DREADLINE_FOUND:BOOL=ON INSTALLS_ICONS= yes +BROKEN_aarch64= Fails to configure: error: unrecognized CPU type +BROKEN_armv6= Fails to configure: CMake Error: Generator: execution of make failed + OPTIONS_DEFINE= DEBUG DOCS SDL2 WINUAE DEBUG_CFLAGS_OFF= -DNDEBUG |