Skip to content

Commit

Permalink
Fix build on llvm13
Browse files Browse the repository at this point in the history
patch from vgough/encfs#650
  • Loading branch information
sashkab committed Jun 27, 2022
1 parent fecf500 commit 98ce66f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Formula/encfs.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,19 @@ 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
depends_on "pkg-config" => :build
depends_on "gettext"
depends_on "[email protected]"

patch do
url "https://github.com/vgough/encfs/commit/406b63bfe234864710d1d23329bf41d48001fbfa.patch"
sha256 "6ee0e734f335c0da7bb7f3711a25e29d76c912017251fa49259db857c99d1412"
end

def install
ENV.cxx11

Expand Down

0 comments on commit 98ce66f

Please sign in to comment.