aboutsummaryrefslogtreecommitdiff
path: root/comms/usrp/Makefile
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 /comms/usrp/Makefile
parentd6985dec808f267a5d5bddaa0a58e09516fcd5ef (diff)
downloadports-beffdfbcdac8394972f0452e082fb7de88133a49.tar.gz
ports-beffdfbcdac8394972f0452e082fb7de88133a49.zip
Notes
Diffstat (limited to 'comms/usrp/Makefile')
-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"