pymol-devel: fix post-patch phase

This commit is contained in:
Renee Otten
2026-04-16 21:15:53 -04:00
parent a0b76e11e8
commit 6737b62bcb
+3 -1
View File
@@ -115,7 +115,9 @@ post-patch {
reinplace "s|@@BOOST_INC_DIR@@|[boost::include_dir]|g" ${worksrcpath}/setup.py
reinplace "s|@@PYTHON_PKGDIR@@|${python.pkgd}|g" ${worksrcpath}/setup/pymol_macports
reinplace "s|@@PYTHON_BINARY@@|${python.bin}|g" ${worksrcpath}/setup/pymol_macports
reinplace "s|cxx + ' ' + cxxflags|'${configure.cxx} ' + cxxflags|g" ${worksrcpath}/monkeypatch_distutils.py
if {${subport} eq ${name}} {
reinplace "s|cxx + ' ' + cxxflags|'${configure.cxx} ' + cxxflags|g" ${worksrcpath}/monkeypatch_distutils.py
}
}
post-destroot {