Skip to content

Commit

Permalink
epoll-shim: use native dispatch on powerpc
Browse files Browse the repository at this point in the history
  • Loading branch information
barracuda156 committed Dec 31, 2024
1 parent 4202e78 commit d3d2337
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions devel/epoll-shim/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,4 @@ configure.pre_args-replace \
-DCMAKE_BUILD_WITH_INSTALL_RPATH:BOOL=ON \
-DCMAKE_BUILD_WITH_INSTALL_RPATH:BOOL=OFF

platform darwin powerpc {
depends_lib-append \
port:libdispatch-legacy
configure.cppflags-append \
-I${prefix}/libexec/dispatch/usr/include
configure.ldflags-append \
${prefix}/libexec/dispatch/usr/lib/libdispatch.a
}

test.run yes

0 comments on commit d3d2337

Please sign in to comment.