diff options
author | linimon <linimon@FreeBSD.org> | 2018-12-12 01:03:52 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2018-12-12 01:03:52 +0800 |
commit | 0d0cb0224b185de477f46ac4522e100d6edcd972 (patch) | |
tree | be44c93d7043b0ccdd7259da0f510961807cf9d2 /emulators/hatari | |
parent | a72c09fc651518311de212c096973cf5a0f05bf9 (diff) | |
download | freebsd-ports-gnome-0d0cb0224b185de477f46ac4522e100d6edcd972.tar.gz freebsd-ports-gnome-0d0cb0224b185de477f46ac4522e100d6edcd972.tar.zst freebsd-ports-gnome-0d0cb0224b185de477f46ac4522e100d6edcd972.zip |
These ports now build on powerpc64.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'emulators/hatari')
-rw-r--r-- | emulators/hatari/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/emulators/hatari/Makefile b/emulators/hatari/Makefile index 9a712f4edd18..f3ad88c34f46 100644 --- a/emulators/hatari/Makefile +++ b/emulators/hatari/Makefile @@ -14,7 +14,6 @@ LICENSE_FILE= ${WRKSRC}/gpl.txt BROKEN_aarch64= fails to configure: error: unrecognized CPU type BROKEN_armv6= fails to configure: CMake Error: Generator: execution of make failed -BROKEN_powerpc64= fails to compile: sysdeps.h: redefinition of typedef 'uae_u8' LIB_DEPENDS= libportaudio.so:audio/portaudio \ libpng.so:graphics/png |