exempi: upstream patch for file handling code
This commit is contained in:
parent
ad45b12ed0
commit
6ecbac21df
1 changed files with 6 additions and 0 deletions
|
@ -7,6 +7,12 @@ class Exempi < Formula
|
|||
|
||||
depends_on 'boost'
|
||||
|
||||
def patches
|
||||
# Exempi 2.2.0's Mac-specific file handling code fails semi-randomly
|
||||
# This patch is in the upstream git repo & should be in next version
|
||||
"http://cgit.freedesktop.org/exempi/patch/?id=720fdbc86b625a45dd28226f829be0764b8ebc58"
|
||||
end
|
||||
|
||||
def install
|
||||
system "./configure", "--disable-debug", "--disable-dependency-tracking",
|
||||
"--prefix=#{prefix}", "--with-boost=#{HOMEBREW_PREFIX}"
|
||||
|
|
Loading…
Reference in a new issue