Skip to content

Commit

Permalink
mysql8: clean up libtool reinplace
Browse files Browse the repository at this point in the history
[skip ci]

No longer needed as the port now requires macOS ≥ 10.13;
libtool from Xcode 9 cctools is sufficient
  • Loading branch information
chrstphrchvz authored and herbygillot committed Dec 31, 2021
1 parent 95df507 commit 0d382c4
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions databases/mysql8/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -179,11 +179,6 @@ if {$subport eq $name} {
reinplace "s|@PREFIX@|${prefix}|g" \
${cmake.build_dir}/macports/macports-default.cnf \
${cmake.build_dir}/macports/my.cnf

# don't force /usr/bin/libtool -- allow cctools' version to be used
reinplace "s|/usr/bin/libtool|libtool|g" \
${worksrcpath}/cmake/libutils.cmake \
${worksrcpath}/cmake/os/Darwin.cmake
}

post-destroot {
Expand Down

0 comments on commit 0d382c4

Please sign in to comment.