diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2017-12-15 19:18:46 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2018-02-04 06:09:08 +0800 |
commit | 297745ec9416f5f714d4d66e1208be005080ba53 (patch) | |
tree | b247353900961f36b161e315c69ed5073f3317d4 /games | |
parent | b184ddbc0f7e0fc76ba9cb25cfb8e21522b29df9 (diff) | |
download | freebsd-ports-gnome-297745ec9416f5f714d4d66e1208be005080ba53.tar.gz freebsd-ports-gnome-297745ec9416f5f714d4d66e1208be005080ba53.tar.zst freebsd-ports-gnome-297745ec9416f5f714d4d66e1208be005080ba53.zip |
- Builds fine here on armv6, assuming armv7 is also OK
Diffstat (limited to 'games')
-rw-r--r-- | games/dhewm3/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/games/dhewm3/Makefile b/games/dhewm3/Makefile index b87b968b96ea..15e54f25b61f 100644 --- a/games/dhewm3/Makefile +++ b/games/dhewm3/Makefile @@ -15,9 +15,6 @@ LIB_DEPENDS= libcurl.so:ftp/curl \ libogg.so:audio/libogg \ libvorbis.so:audio/libvorbis -BROKEN_armv6= dumps core: Assertion failed: (!NodePtr->isKnownSentinel()), function operator*, file ilist_iterator.h -BROKEN_armv7= dumps core: Assertion failed: (!NodePtr->isKnownSentinel()), function operator*, file ilist_iterator.h - USE_GITHUB= yes GH_ACCOUNT= dhewm |