diff options
| author | Jack Nagel | 2013-11-06 22:19:59 -0600 |
|---|---|---|
| committer | Jack Nagel | 2013-11-06 22:22:07 -0600 |
| commit | 694a46cf5aeede7baf1f90030c110278406a07aa (patch) | |
| tree | 5c2b0055a0cfa1b0a537bf6f498d97eb604017dc /Library/Formula/libplist.rb | |
| parent | b9d7a7a824847e2d6be9dbef602c62c916e36f97 (diff) | |
| download | homebrew-694a46cf5aeede7baf1f90030c110278406a07aa.tar.bz2 | |
libplist: add upstream patch for 10.9
Fixes #23464.
Diffstat (limited to 'Library/Formula/libplist.rb')
| -rw-r--r-- | Library/Formula/libplist.rb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Library/Formula/libplist.rb b/Library/Formula/libplist.rb index 1ad821e33..2a2c8abac 100644 --- a/Library/Formula/libplist.rb +++ b/Library/Formula/libplist.rb @@ -14,6 +14,11 @@ class Libplist < Formula depends_on :python => :optional depends_on 'Cython' => :python if build.with? 'python' + def patches + # Upstream patch for compilation on 10.9 + "https://github.com/libimobiledevice/libplist/commit/c56c8103f51c20c6fcf99e8bc9d83c380f503a1b.patch" + end + def install ENV.deparallelize # make fails on an 8-core Mac Pro |
