diff options
author | linimon <linimon@FreeBSD.org> | 2018-07-01 17:17:45 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2018-07-01 17:17:45 +0800 |
commit | e7583aecaa25df453812883269f053fd56ec331e (patch) | |
tree | 03d0951296a7fc3c7578f9a9a0fe576a50e1e2bb /games | |
parent | 69d9c48fa7f08a8faa0182ebb4894d7f561a8ec6 (diff) | |
download | freebsd-ports-gnome-e7583aecaa25df453812883269f053fd56ec331e.tar.gz freebsd-ports-gnome-e7583aecaa25df453812883269f053fd56ec331e.tar.zst freebsd-ports-gnome-e7583aecaa25df453812883269f053fd56ec331e.zip |
Mark these ports broken on mips64 and/or mips.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'games')
-rw-r--r-- | games/crafty/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/crafty/Makefile b/games/crafty/Makefile index fba6d7ead88c..2398a625532a 100644 --- a/games/crafty/Makefile +++ b/games/crafty/Makefile @@ -19,6 +19,8 @@ COMMENT= Chess program for playing and analyzing games BROKEN_aarch64= fails to compile: invokes x86 assembler BROKEN_armv6= fails to compile: invokes x86 assembler BROKEN_armv7= fails to compile: invokes x86 assembler +BROKEN_mips= fails to compile: unrecognized command line option "-mpopcnt" +BROKEN_mips64= fails to compile: unrecognized command line option "-mpopcnt" WRKSRC= ${WRKDIR} |