diff options
| -rw-r--r-- | Library/Formula/exempi.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Formula/exempi.rb b/Library/Formula/exempi.rb index e9219025c..001fc1d6d 100644 --- a/Library/Formula/exempi.rb +++ b/Library/Formula/exempi.rb @@ -12,7 +12,8 @@ class Exempi < Formula # 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", - # Fixes headers which fail on Xcode >= 4.3; submitted upstream + # Fixes headers which fail on Xcode >= 4.3 + # Merged upstream, should be in next version "https://bugs.freedesktop.org/attachment.cgi?id=72819" ] end |
