diff options
author | linimon <linimon@FreeBSD.org> | 2015-09-26 05:22:20 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2015-09-26 05:22:20 +0800 |
commit | 43da0f096c9a5ab8d4269d2e3399c489a33e8f25 (patch) | |
tree | 1fb372c1d685a1960c5d85b288c2a7396771eeec | |
parent | 9b9f42f1d473f99829e2e7c2233fd2d84385444c (diff) | |
download | freebsd-ports-gnome-43da0f096c9a5ab8d4269d2e3399c489a33e8f25.tar.gz freebsd-ports-gnome-43da0f096c9a5ab8d4269d2e3399c489a33e8f25.tar.zst freebsd-ports-gnome-43da0f096c9a5ab8d4269d2e3399c489a33e8f25.zip |
Mark as broken on sparc64 and others: invokes i386 assembler.
Approved by: portmgr (sparc64 blanket)
-rw-r--r-- | net/tcpkali/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/tcpkali/Makefile b/net/tcpkali/Makefile index 601b54479b48..77c3236d2403 100644 --- a/net/tcpkali/Makefile +++ b/net/tcpkali/Makefile @@ -10,6 +10,9 @@ COMMENT= High performance load generator for TCP and WebSocket servers LICENSE= BSD2CLAUSE +ONLY_FOR_ARCHS= amd64 i386 ia64 +ONLY_FOR_ARCHS_REASON= uses i386 assembler + GNU_CONFIGURE= yes USES= autoreconf libtool gmake |