Opened 12 months ago
#71693 assigned defect
liblastfm opportunistically picks Qt5 when it is available
| Reported by: | barracuda156 | Owned by: | michaelld (Michael Dickens) |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 2.10.5 |
| Keywords: | Cc: | ||
| Port: | liblastfm |
Description
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
}
Note: See
TracTickets for help on using
tickets.
