diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2017-12-18 19:01:38 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2017-12-18 19:01:38 +0800 |
commit | 33a7019a373790e992e4b27f04429a783a85bdbf (patch) | |
tree | 9f33add3d33c60bfb38b933748be1d0b3b16e5a3 /games/pokerth | |
parent | e6a911ee409e7812a4bf12bf8fa8c3ef0dbba7a3 (diff) | |
download | freebsd-ports-gnome-33a7019a373790e992e4b27f04429a783a85bdbf.tar.gz freebsd-ports-gnome-33a7019a373790e992e4b27f04429a783a85bdbf.tar.zst freebsd-ports-gnome-33a7019a373790e992e4b27f04429a783a85bdbf.zip |
- Mark BROKEN: does not build: src/third_party/websocketpp/websocketpp/transport/asio/connection.hpp:422:45: error: use of class template 'boost::asio::strand' requires template arguments
Approved by: portmgr blanket
Diffstat (limited to 'games/pokerth')
-rw-r--r-- | games/pokerth/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/pokerth/Makefile b/games/pokerth/Makefile index 05c3c1d66d10..5455787e418a 100644 --- a/games/pokerth/Makefile +++ b/games/pokerth/Makefile @@ -14,6 +14,8 @@ COMMENT= Poker game written in C++/Qt4 LICENSE= AGPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN= does not build: src/third_party/websocketpp/websocketpp/transport/asio/connection.hpp:422:45: error: use of class template 'boost::asio::strand' requires template arguments + LIB_DEPENDS= libboost_thread.so:devel/boost-libs \ libmikmod.so:audio/libmikmod \ libgnutls.so:security/gnutls \ |