diff options
author | bapt <bapt@FreeBSD.org> | 2017-04-02 17:42:48 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2017-04-09 21:27:39 +0800 |
commit | 6dd8572712469417f6af1e179ba7f530725fe231 (patch) | |
tree | acc2d3bb1261b71a9550d137e258a517e667091e /deskutils | |
parent | 1ce81d23756b29fd0de4c15826da6d3bf2d841c3 (diff) | |
download | freebsd-ports-gnome-6dd8572712469417f6af1e179ba7f530725fe231.tar.gz freebsd-ports-gnome-6dd8572712469417f6af1e179ba7f530725fe231.tar.zst freebsd-ports-gnome-6dd8572712469417f6af1e179ba7f530725fe231.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 'deskutils')
-rw-r--r-- | deskutils/pinot/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/deskutils/pinot/Makefile b/deskutils/pinot/Makefile index e92777a7c615..f00680c287c5 100644 --- a/deskutils/pinot/Makefile +++ b/deskutils/pinot/Makefile @@ -11,6 +11,8 @@ COMMENT= Personal search and metasearch for the Free Desktop LICENSE= GPLv2 +BROKEN= depends on C++11 libs while not itself being C++11 compatible + BUILD_DEPENDS= desktop-file-install:devel/desktop-file-utils \ update-mime-database:misc/shared-mime-info LIB_DEPENDS= libxapian.so:databases/xapian-core \ |