From d4f0adba8b37499c1a6b5b05ac5ecacc2d3d33f5 Mon Sep 17 00:00:00 2001 From: Aleks Bunin Date: Mon, 27 Jun 2022 14:09:02 -0400 Subject: [PATCH] Fix build on llvm13 patch from https://github.com/vgough/encfs/pull/650 --- Formula/encfs.rb | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Formula/encfs.rb b/Formula/encfs.rb index 1a19622..c29c422 100644 --- a/Formula/encfs.rb +++ b/Formula/encfs.rb @@ -6,7 +6,7 @@ class Encfs < Formula # The code comprising the EncFS library (libencfs) is licensed under the LGPL. # The main programs (encfs, encfsctl, etc) are licensed under the GPL. license "GPL-3.0-only" - revision 4 + revision 5 head "https://github.com/vgough/encfs.git" depends_on "cmake" => :build @@ -14,6 +14,11 @@ class Encfs < Formula depends_on "gettext" depends_on "openssl@1.1" + patch do + url "https://github.com/vgough/encfs/commit/406b63bfe234864710d1d23329bf41d48001fbfa.patch?full_index=1" + sha256 "7d9febdb993e46ac6d548114837faff13c58b673e5c145e818f4d451fb2eae51" + end + def install ENV.cxx11