diff options
author | jbeich <jbeich@FreeBSD.org> | 2018-10-24 00:34:43 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2018-10-24 00:34:43 +0800 |
commit | 6c373a1f387b830d1a9945d418d77667b1596540 (patch) | |
tree | 6cc56fc8997a9b33f3a2e326fc1a9a97affe375c /comms | |
parent | 98e04346696446ae4b62efe3a28e3096b839f758 (diff) | |
download | freebsd-ports-gnome-6c373a1f387b830d1a9945d418d77667b1596540.tar.gz freebsd-ports-gnome-6c373a1f387b830d1a9945d418d77667b1596540.tar.zst freebsd-ports-gnome-6c373a1f387b830d1a9945d418d77667b1596540.zip |
Expand FreeBSD 12 conditionals to include 13.0-CURRENT
Diffstat (limited to 'comms')
-rw-r--r-- | comms/uhd/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/comms/uhd/Makefile b/comms/uhd/Makefile index 912433571f34..83b8ca37865d 100644 --- a/comms/uhd/Makefile +++ b/comms/uhd/Makefile @@ -28,6 +28,9 @@ CONFLICTS= usrp-[0-9]* BROKEN_FreeBSD_12_aarch64= fails to configure: Could not find standard set_new_handler function BROKEN_FreeBSD_12_armv6= fails to configure: Could not find standard set_new_handler function BROKEN_FreeBSD_12_armv7= fails to configure: Could not find standard set_new_handler function +BROKEN_FreeBSD_13_aarch64= fails to configure: Could not find standard set_new_handler function +BROKEN_FreeBSD_13_armv6= fails to configure: Could not find standard set_new_handler function +BROKEN_FreeBSD_13_armv7= fails to configure: Could not find standard set_new_handler function BROKEN_powerpc64= fails to link: undefined reference to boost function USES= compiler:c++11-lib cmake:outsource ncurses pkgconfig \ |