diff options
| author | Misty De Meo | 2012-09-04 09:18:11 -0500 | 
|---|---|---|
| committer | Misty De Meo | 2012-09-04 09:18:29 -0500 | 
| commit | bed1e314cf50e5a884527c5bcd6ab4f5261f1d38 (patch) | |
| tree | 7a872ee56313103774028f2645640588b39c2952 /Library/Formula/exempi.rb | |
| parent | 25aa338cc7769fb03196197f7e9eb02f59ad6b80 (diff) | |
| download | homebrew-bed1e314cf50e5a884527c5bcd6ab4f5261f1d38.tar.bz2 | |
exempi: upstream patch for file handling code
Diffstat (limited to 'Library/Formula/exempi.rb')
| -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}"  | 
