diff options
author | db <db@FreeBSD.org> | 2016-03-24 06:39:51 +0800 |
---|---|---|
committer | db <db@FreeBSD.org> | 2016-03-24 06:39:51 +0800 |
commit | 79fb1d9dfc5e719b1aeea50e5fef1d66dad1cbcc (patch) | |
tree | 0a4d6f76f47f97ab0f084f7035b2021d0aba5959 | |
parent | 116c4cd150b77dfb2d55b1f2b6ff71d8d788f384 (diff) | |
download | freebsd-ports-gnome-79fb1d9dfc5e719b1aeea50e5fef1d66dad1cbcc.tar.gz freebsd-ports-gnome-79fb1d9dfc5e719b1aeea50e5fef1d66dad1cbcc.tar.zst freebsd-ports-gnome-79fb1d9dfc5e719b1aeea50e5fef1d66dad1cbcc.zip |
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.
-rw-r--r-- | comms/usrp/Makefile | 4 |
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" |