Skip to content

Commit

Permalink
MoarVM: pass -Wno-error=incompatible-pointer-types to fix build where…
Browse files Browse the repository at this point in the history
… it fails
  • Loading branch information
barracuda156 committed Jul 5, 2024
1 parent 02dcc33 commit 5dccc74
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lang/MoarVM/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,10 @@ configure.args --cc=${configure.cc} \
configure.cflags-append \
-I${prefix}/include/libtommath

# libuv/src/unix/fs.c:478:34: error: passing argument 3 of 'scandir' from incompatible pointer type
configure.cflags-append \
-Wno-error=incompatible-pointer-types

# The dylib machinery uses -rpath, not available on Tiger
platform darwin 8 {
patchfiles-append patch-build-setup-tiger.diff
Expand Down

0 comments on commit 5dccc74

Please sign in to comment.