Skip to content

Commit

Permalink
mysql57: build conflict with poll-emulator
Browse files Browse the repository at this point in the history
  • Loading branch information
barracuda156 authored and reneeotten committed Sep 2, 2024
1 parent f8cb8e5 commit d5abc8c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion databases/mysql57/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,10 @@ if {$subport eq $name} {
set boost_distver [join [split ${boost_version} .] _]
set boost_distname boost_${boost_distver}

conflicts_build boost protobuf3-cpp protobuf-cpp
# poll-emulator breaks the build, if active:
# xcom/task.c:744:37: error: 'POLLRDNORM' undeclared (first use in this function)
# See also: https://trac.macports.org/ticket/38558
conflicts_build boost protobuf3-cpp protobuf-cpp poll-emulator

distfiles ${distname}${extract.suffix}:mysql \
${boost_distname}${extract.suffix}:boost
Expand Down

0 comments on commit d5abc8c

Please sign in to comment.