From 54c764899eb0fd6b1f4c0827d1784d52b7bbb3e4 Mon Sep 17 00:00:00 2001 From: Gerasim Troeglazov <3dEyes@gmail.com> Date: Mon, 12 Apr 2021 11:00:42 +1000 Subject: [PATCH] WideLands: fix boost requires --- games-strategy/widelands/widelands-1.0~git.recipe | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/games-strategy/widelands/widelands-1.0~git.recipe b/games-strategy/widelands/widelands-1.0~git.recipe index 85eed3f9a..3889bf506 100644 --- a/games-strategy/widelands/widelands-1.0~git.recipe +++ b/games-strategy/widelands/widelands-1.0~git.recipe @@ -24,6 +24,7 @@ PROVIDES=" " REQUIRES=" haiku$secondaryArchSuffix + lib:libboost_system$secondaryArchSuffix lib:libcurl$secondaryArchSuffix lib:libGL$secondaryArchSuffix lib:libglew$secondaryArchSuffix @@ -43,7 +44,7 @@ REQUIRES=" BUILD_REQUIRES=" haiku${secondaryArchSuffix}_devel - devel:libboost_system$secondaryArchSuffix + devel:libboost_system$secondaryArchSuffix >= 1.69.0 devel:libcurl$secondaryArchSuffix devel:libgl$secondaryArchSuffix devel:libglew$secondaryArchSuffix