exempi: upstream patch for file handling code

master
Misty De Meo 2012-09-04 09:18:11 -05:00
parent ad45b12ed0
commit 6ecbac21df
1 changed files with 6 additions and 0 deletions

View File

@ -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}"