aboutsummaryrefslogtreecommitdiffstats
path: root/comms
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2017-04-02 17:42:48 +0800
committerbapt <bapt@FreeBSD.org>2017-04-02 17:42:48 +0800
commit876d37194c8bd7d1720953195c9fdb2016ca8ed1 (patch)
tree78e5e49a7f8d762e5078b44b18009481a7c461f5 /comms
parent4d7183f89c40b569f9f227a990add74f6c31bfe5 (diff)
downloadfreebsd-ports-gnome-876d37194c8bd7d1720953195c9fdb2016ca8ed1.tar.gz
freebsd-ports-gnome-876d37194c8bd7d1720953195c9fdb2016ca8ed1.tar.zst
freebsd-ports-gnome-876d37194c8bd7d1720953195c9fdb2016ca8ed1.zip
Chase a bunch of failures after libsigc++20 update
New libsigc++20 requires c++11 (it exposes c++11) so explicitly use -std=c++11 where needed. Mark as broken a bunch of ports which are not c++11 compatible
Diffstat (limited to 'comms')
-rw-r--r--comms/svxlink/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/comms/svxlink/Makefile b/comms/svxlink/Makefile
index 1037d611defe..97a707ca65d0 100644
--- a/comms/svxlink/Makefile
+++ b/comms/svxlink/Makefile
@@ -10,6 +10,8 @@ COMMENT?= General purpose ham radio voice services
LICENSE= GPLv2
+BROKEN= does not build since newer libsigc++20
+
LIB_DEPENDS?= libgsm.so:audio/gsm \
libspeex.so:audio/speex \
libgpg-error.so:security/libgpg-error \