diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2025-02-14 02:51:42 +0000 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2025-02-14 03:17:12 +0000 |
commit | 1b12a0684ad3c8041c2557c5edf0b239f1131444 (patch) | |
tree | d5244ce4b1a221d295277316b2d8e277a815ae4a | |
parent | b6ff560ce8925d11c157b6d0017b9ab6a25a554d (diff) |
games/freeorion: mark as BROKEN with Boost>=1.87 (+)
Since 1.87 release some long-time-ago deprecated Boost.asio facilities was dropped off
Sponsored by: Future Crew, LLC
-rw-r--r-- | games/freeorion/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/freeorion/Makefile b/games/freeorion/Makefile index 384dd14fe78b..4031490c3cb0 100644 --- a/games/freeorion/Makefile +++ b/games/freeorion/Makefile @@ -11,6 +11,8 @@ WWW= https://www.freeorion.org/ LICENSE= GPLv2 CC-BY-SA-3.0 LICENSE_COMB= multi +BROKEN= fails to build with Boost>=1.87 + LIB_DEPENDS= libboost_thread.so:devel/boost-libs \ ${PY_BOOST} |