summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiane Bruce <db@FreeBSD.org>2016-03-23 22:39:51 +0000
committerDiane Bruce <db@FreeBSD.org>2016-03-23 22:39:51 +0000
commitbeffdfbcdac8394972f0452e082fb7de88133a49 (patch)
tree0a4d6f76f47f97ab0f084f7035b2021d0aba5959
parentFix requirements file (diff)
Mark as BROKEN ON I386 with CURRENT for now.
There is a later version of the USRP code available. Time and effort is better spent on that.
Notes
Notes: svn path=/head/; revision=411743
-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"