aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2019-09-23 07:24:37 +0000
committerMark Linimon <linimon@FreeBSD.org>2019-09-23 07:24:37 +0000
commitdf9305941bfb5dd156507ca809ef94367e522ce3 (patch)
treec2290b7d0e3ef961f52fd2d1a3badd6f4fb4f37d /net
parent16fa1e7e4472cccd189949e77dfe6b5de11b2820 (diff)
downloadports-df9305941bfb5dd156507ca809ef94367e522ce3.tar.gz
ports-df9305941bfb5dd156507ca809ef94367e522ce3.zip
Clarify error message on GCC-based systems.
Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=512614
Diffstat (limited to 'net')
-rw-r--r--net/tcpkali/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tcpkali/Makefile b/net/tcpkali/Makefile
index 92f695342fbf..174cf27a7f19 100644
--- a/net/tcpkali/Makefile
+++ b/net/tcpkali/Makefile
@@ -27,7 +27,7 @@ do-install:
.include <bsd.port.pre.mk>
.if ${CHOSEN_COMPILER_TYPE} == gcc
-BROKEN= src/tcpkali_atomic.h unconditionally includes x86 assembler
+BROKEN= is marked as broken with GCC: src/tcpkali_atomic.h unconditionally includes x86 assembler
.endif
.include <bsd.port.post.mk>