Skip to content

Commit

Permalink
pulseaudio: fix build with gcc14
Browse files Browse the repository at this point in the history
  • Loading branch information
barracuda156 committed Oct 11, 2024
1 parent 5d68993 commit 186ab90
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions audio/pulseaudio/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,13 @@ if {${os.platform} eq "darwin" && ${os.major} < 16} {
-framework CoreServices
}

# conf-parser.c:268:41: error: passing argument 3 of 'scandir'
# from incompatible pointer type [-Wincompatible-pointer-types]
if {[string match *gcc* ${configure.compiler}]} {
configure.cflags-append \
-Wno-error=incompatible-pointer-types
}

add_users pulse group=pulse realname=Pulse\ Audio

variant x11 conflicts minimal {
Expand Down

0 comments on commit 186ab90

Please sign in to comment.