diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/exempi.rb | 6 |
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}" |
