mirror of https://git.FreeBSD.org/ports.git
x11-wm/chamfer: unbreak build after a37d812916
Run-time dependency Boost (found: filesystem, python311 | missing: system) found: NO (tried system) meson.build:43:1: ERROR: Dependency "boost" not found, tried system
This commit is contained in:
parent
0d2a0f1c5b
commit
c77bb98b06
|
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= chamfer
|
||||
DISTVERSION= s20240928
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= x11-wm
|
||||
|
||||
MAINTAINER= jbeich@FreeBSD.org
|
||||
|
|
@ -41,6 +41,7 @@ post-patch:
|
|||
# XXX import('python').find_installation().dependency()
|
||||
@${REINPLACE_CMD} -e '/boost/!s/python3/python-${PYTHON_VER}/' \
|
||||
-e '/boost/s/,/,static:true,/' \
|
||||
-e "/boost/s/'system',//" \
|
||||
${WRKSRC}/meson.build
|
||||
|
||||
do-install:
|
||||
|
|
|
|||
Loading…
Reference in New Issue