Skip to content

Commit

Permalink
fvwm2: fix Sonoma build
Browse files Browse the repository at this point in the history
  • Loading branch information
barracuda156 committed Jul 14, 2024
1 parent d9971d5 commit 9d0960e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions x11/fvwm2/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,12 @@ configure.args --x-includes=${prefix}/include \
--without-rplay-library \
--without-stroke-library

# error: incompatible integer to pointer conversion assigning to 'int *' from 'char' [-Wint-conversion]
if {${os.platform} eq "darwin" && ${os.major} > 22} {
configure.cflags-append \
-Wno-error=int-conversion
}

variant bidi description {Enable support for bidirection text handling} {
configure.args-delete --disable-bidi
depends_lib-append port:fribidi
Expand Down

0 comments on commit 9d0960e

Please sign in to comment.