mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
multimedia/phonon: Fix build with llvm16
Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
a5baa25dff
commit
83e1d12fd0
@ -32,4 +32,10 @@ PULSEAUDIO_USES= gnome
|
||||
PULSEAUDIO_USE= GNOME=glib20
|
||||
PULSEAUDIO_CMAKE_BOOL= WITH_PulseAudio
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400091
|
||||
CXXFLAGS+= -Wno-error=enum-constexpr-conversion
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user