Skip to content

Commit

Permalink
Merge bitcoin#23594: build: don't set PORT=no in config.site
Browse files Browse the repository at this point in the history
05cdceb build: don't set PORT=no in config.site (fanquake)

Pull request description:

  This should have been a part of dropping macports support in bitcoin#15175.

ACKs for top commit:
  hebasto:
    ACK 05cdceb, I have reviewed the code and it looks OK, I agree it can be merged.

Tree-SHA512: 278b2f308e55aad5524530e654ac08462714676b71e01d31e5f152f69e02f916afc553510ac8352ed0bb0184f7fdb2ee7038ab5ac2de6923f366829859e0b6ee
  • Loading branch information
fanquake committed Nov 26, 2021
2 parents 2a492d4 + 05cdceb commit 111c3e0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion depends/config.site.in
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ fi

if test "@host_os@" = darwin; then
BREW=no
PORT=no
fi

PATH="${depends_prefix}/native/bin:${PATH}"
Expand Down

0 comments on commit 111c3e0

Please sign in to comment.