Skip to content

Commit

Permalink
vips: add a fix for clang on Sonoma
Browse files Browse the repository at this point in the history
  • Loading branch information
barracuda156 committed May 22, 2024
1 parent eb1f76a commit bc02caa
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions graphics/vips/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,10 @@ compiler.cxx_standard 2011

configure.post_args-append \
-Dintrospection=enabled

platform darwin 23 {
if {[string match *clang* ${configure.compiler}]} {
configure.cflags-append \
-Wno-error=incompatible-function-pointer-types
}
}

0 comments on commit bc02caa

Please sign in to comment.