diff --git a/www/osrm-backend/Makefile b/www/osrm-backend/Makefile index de4511970e36..afc177a6f88c 100644 --- a/www/osrm-backend/Makefile +++ b/www/osrm-backend/Makefile @@ -14,6 +14,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.TXT NOT_FOR_ARCHS= armv7 i386 powerpc NOT_FOR_ARCHS_REASON= Building on a 32 bit system is not supported +BROKEN= fails to build with Boost>=1.87 + BUILD_DEPENDS= ${LOCALBASE}/include/sol:devel/sol2 LIB_DEPENDS= libboost_date_time.so:devel/boost-libs \ libboost_iostreams.so:devel/boost-libs \