[MacPorts] #71693: liblastfm opportunistically picks Qt5 when it is available
MacPorts
noreply at macports.org
Tue Dec 31 08:24:59 UTC 2024
#71693: liblastfm opportunistically picks Qt5 when it is available
--------------------------+-----------------------
Reporter: barracuda156 | Owner: michaelld
Type: defect | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version: 2.10.5
Keywords: | Port: liblastfm
--------------------------+-----------------------
The fix will be to require Qt4 inside Qt4 variant (by default it picks
Qt5, if found).
{{{
if {${subport} eq "$name"} {
PortGroup qt4 1.0
configure.args-append \
-DBUILD_WITH_QT4=ON
}
}}}
--
Ticket URL: <https://trac.macports.org/ticket/71693>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list