From bed1e314cf50e5a884527c5bcd6ab4f5261f1d38 Mon Sep 17 00:00:00 2001 From: Misty De Meo Date: Tue, 4 Sep 2012 09:18:11 -0500 Subject: exempi: upstream patch for file handling code --- Library/Formula/exempi.rb | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Library/Formula') diff --git a/Library/Formula/exempi.rb b/Library/Formula/exempi.rb index ed449aff3..03ffc2704 100644 --- a/Library/Formula/exempi.rb +++ b/Library/Formula/exempi.rb @@ -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}" -- cgit v1.2.3