aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2023-08-27 00:22:22 +0000
committerJan Beich <jbeich@FreeBSD.org>2023-08-27 00:23:23 +0000
commite165e4038015315cd65fc4c79ceb41dc2d134fec (patch)
tree5e657763cecc56b5e936d2e2b78794c5e5e2535f
parent90e867a3b1ad0ceadf7e81940edfd765ba1469ed (diff)
downloadports-e165e4038015315cd65fc4c79ceb41dc2d134fec.tar.gz
ports-e165e4038015315cd65fc4c79ceb41dc2d134fec.zip
x11-wm/chamfer: drop devel/boost-python-libs workaround after 746098895d20
-rw-r--r--x11-wm/chamfer/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/x11-wm/chamfer/Makefile b/x11-wm/chamfer/Makefile
index 89984dfbfbca..787655cd0b21 100644
--- a/x11-wm/chamfer/Makefile
+++ b/x11-wm/chamfer/Makefile
@@ -37,9 +37,7 @@ post-patch:
@${REINPLACE_CMD} -e 's,/usr,${PREFIX},' \
${WRKSRC}/src/config.cpp ${WRKSRC}/src/main.cpp
# XXX import('python').find_installation().dependency()
-# XXX https://github.com/mesonbuild/meson/issues/4788
@${REINPLACE_CMD} -e '/boost/!s/python3/python-${PYTHON_VER}/' \
- -e '/boost/s/python3/python${PYTHON_SUFFIX}/' \
-e '/boost/s/,/,static:true,/' \
${WRKSRC}/meson.build