bastet: fix for Boost >= 1.65
Closes #19019. Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
parent
9da7a1a9c5
commit
98b59853f9
1 changed files with 6 additions and 0 deletions
|
@ -12,6 +12,12 @@ class Bastet < Formula
|
|||
|
||||
depends_on "boost"
|
||||
|
||||
# Fix compilation with Boost >= 1.65, remove for next release
|
||||
patch do
|
||||
url "https://github.com/fph/bastet/commit/0e03f8d4.patch?full_index=1"
|
||||
sha256 "9b937d070a4faf150f60f82ace790c7a1119cff0685b52edf579740d2c415d7b"
|
||||
end
|
||||
|
||||
def install
|
||||
inreplace %w[Config.cpp bastet.6], "/var", var
|
||||
|
||||
|
|
Loading…
Reference in a new issue