diff options
| author | pencilcheck | 2012-03-05 22:41:26 +0800 |
|---|---|---|
| committer | Jack Nagel | 2012-03-09 13:20:34 -0600 |
| commit | 8e94c95afe54e6ed9894b5eccd6f63fb08935d2c (patch) | |
| tree | 9e2dbe63933ae14e8b1bea2d29f43e0875df0904 /Library/Formula | |
| parent | 9728610ca04285e8d7c124062f7d4b4a1e54cf35 (diff) | |
| download | homebrew-8e94c95afe54e6ed9894b5eccd6f63fb08935d2c.tar.bz2 | |
librsync: add MacPorts "inline functions" patch
librsync doesn't correctly export inlined functions:
http://trac.macports.org/ticket/31742
Closes #10697.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/librsync.rb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Library/Formula/librsync.rb b/Library/Formula/librsync.rb index 531bbf906..6cbfb463d 100644 --- a/Library/Formula/librsync.rb +++ b/Library/Formula/librsync.rb @@ -5,6 +5,14 @@ class Librsync < Formula homepage 'http://librsync.sourceforge.net/' md5 '24cdb6b78f45e0e83766903fd4f6bc84' + def patches + # fixes librsync doesn't correctly export inlined functions: + # http://trac.macports.org/ticket/31742 + # link to upstream bug report: + # http://sourceforge.net/tracker/?func=detail&aid=3464437&group_id=56125&atid=479439 + { :p0 => 'https://trac.macports.org/export/90437/trunk/dports/net/librsync/files/patch-delta.c.diff' } + end + def install ENV.universal_binary system "./configure", "--disable-debug", "--disable-dependency-tracking", |
