mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-06 11:41:52 +00:00
audio/mumble: with LTO on "QWidget: Cannot create a QWidget without QApplication"
With option LTO on mumble print "QWidget: Cannot create a QWidget without QApplication" in console and exit. Mark LTO as broken and turn off by default. Upstream issue: https://github.com/mumble-voip/mumble/issues/6189 PR: 273078 Approved by: arrowd (mentor) Differential Revision: https://reviews.freebsd.org/D41458
This commit is contained in:
parent
2d2afe7ade
commit
029a21588c
@ -1,6 +1,6 @@
|
||||
PORTNAME= mumble
|
||||
DISTVERSION= 1.5.517
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= audio
|
||||
|
||||
MAINTAINER= vvd@FreeBSD.org
|
||||
@ -55,7 +55,7 @@ CMAKE_OFF= bundled-json bundle-qt-translations bundled-speex crash-report \
|
||||
g15 server tracy update
|
||||
|
||||
OPTIONS_DEFINE= ALSA AVAHI DBUS JACK LTO PIPEWIRE PORTAUDIO PULSEAUDIO RNNOISE
|
||||
OPTIONS_DEFAULT= DBUS LTO
|
||||
OPTIONS_DEFAULT= DBUS
|
||||
OPTIONS_RADIO= SPEECH
|
||||
OPTIONS_RADIO_SPEECH= QTSPEECH SPEECHD
|
||||
|
||||
@ -77,6 +77,8 @@ DBUS_CMAKE_BOOL= dbus
|
||||
JACK_CMAKE_BOOL= jackaudio
|
||||
JACK_LIB_DEPENDS= libjack.so:audio/jack
|
||||
|
||||
LTO_BROKEN= "QWidget: Cannot create a QWidget without QApplication": \
|
||||
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273078
|
||||
LTO_CMAKE_BOOL= lto
|
||||
|
||||
PIPEWIRE_CMAKE_BOOL= pipewire
|
||||
|
Loading…
x
Reference in New Issue
Block a user