diff options
author | pkubaj <pkubaj@FreeBSD.org> | 2019-10-13 08:09:37 +0800 |
---|---|---|
committer | pkubaj <pkubaj@FreeBSD.org> | 2019-10-13 08:09:37 +0800 |
commit | 09b101f9b8067c466b495ea12143faf183e1dea8 (patch) | |
tree | 939bbf633aea5177d2efc2bb9483d26dbe7823cf /games | |
parent | 75ef779f54e04a368f37defa97c3c94f357f71db (diff) | |
download | freebsd-ports-gnome-09b101f9b8067c466b495ea12143faf183e1dea8.tar.gz freebsd-ports-gnome-09b101f9b8067c466b495ea12143faf183e1dea8.tar.zst freebsd-ports-gnome-09b101f9b8067c466b495ea12143faf183e1dea8.zip |
games/exult: unbreak on arm*
Builds fine.
Approved by: mentors (implicit approval)
Diffstat (limited to 'games')
-rw-r--r-- | games/exult/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/games/exult/Makefile b/games/exult/Makefile index 484ced26f1ee..f26d8157dba8 100644 --- a/games/exult/Makefile +++ b/games/exult/Makefile @@ -12,9 +12,6 @@ COMMENT= Ultima VII engine LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -BROKEN_armv6= fails to compile: constant expression evaluates to -1 which cannot be narrowed to type char -BROKEN_armv7= fails to compile: constant expression evaluates to -1 which cannot be narrowed to type char - LIB_DEPENDS= libvorbis.so:audio/libvorbis \ libpng.so:graphics/png |