summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--comms/usrp/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/comms/usrp/Makefile b/comms/usrp/Makefile
index 476968355502..a5c0c6559f53 100644
--- a/comms/usrp/Makefile
+++ b/comms/usrp/Makefile
@@ -35,6 +35,10 @@ USRP2_DESC= Build Ettus USRP2 firmware
.include <bsd.port.pre.mk>
+.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1100000
+BROKEN_i386= does not build on i386 FreeBSD 11.x and later
+.endif
+
.if ${PORT_OPTIONS:MDOCS}
BUILD_DEPENDS+= doxygen:${PORTSDIR}/devel/doxygen
CMAKE_ARGS+= -DENABLE_DOXYGEN:STRING="ON"