Skip to content

Commit

Permalink
rcs: fix build on Sonoma
Browse files Browse the repository at this point in the history
  • Loading branch information
barracuda156 committed May 21, 2024
1 parent 5a610a1 commit 4c40691
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions devel/rcs/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ checksums rmd160 0adde8a075de346e4229a893366e2aa396b4e651 \
sha256 43ddfe10724a8b85e2468f6403b6000737186f01e60e0bd62fde69d842234cc5 \
size 917331

if {${os.platform} eq "darwin" && ${os.major} > 22} {
configure.cflags-append \
-Wno-error=incompatible-function-pointer-types
}

set docdir ${prefix}/share/doc/${name}

post-destroot {
Expand Down

0 comments on commit 4c40691

Please sign in to comment.