aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/exempi.rb
diff options
context:
space:
mode:
authorMisty De Meo2012-09-04 09:18:11 -0500
committerMisty De Meo2012-09-04 09:18:29 -0500
commitbed1e314cf50e5a884527c5bcd6ab4f5261f1d38 (patch)
tree7a872ee56313103774028f2645640588b39c2952 /Library/Formula/exempi.rb
parent25aa338cc7769fb03196197f7e9eb02f59ad6b80 (diff)
downloadhomebrew-bed1e314cf50e5a884527c5bcd6ab4f5261f1d38.tar.bz2
exempi: upstream patch for file handling code
Diffstat (limited to 'Library/Formula/exempi.rb')
-rw-r--r--Library/Formula/exempi.rb6
1 files changed, 6 insertions, 0 deletions
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}"