devel/scons4: Require a version with working rpath

4.5.2 does not handle rpath correctly, and e.g. gpsd fails to build;
this is fixed in 4.5.2nb1.  In build.mk, require a working version.
This commit is contained in:
gdt 2023-06-08 12:19:15 +00:00
parent c55e708bc7
commit c34a8e2eb3

View file

@ -1,4 +1,4 @@
# $NetBSD: build.mk,v 1.3 2023/06/08 05:29:39 wiz Exp $
# $NetBSD: build.mk,v 1.4 2023/06/08 12:19:15 gdt Exp $
#
# This Makefile fragment supports building using the SCons build tool.
#
@ -18,7 +18,7 @@ PYTHON_FOR_BUILD_ONLY?= tool
.include "../../lang/python/pyversion.mk"
TOOL_DEPENDS+= ${PYPKGPREFIX}-scons>=4:../../devel/scons4
TOOL_DEPENDS+= ${PYPKGPREFIX}-scons>=4.5.2nb1:../../devel/scons4
SCONSBIN= scons-${PYVERSSUFFIX}