diff options
| author | Mark A. Matienzo | 2012-08-13 13:29:18 -0400 |
|---|---|---|
| committer | Misty De Meo | 2012-08-13 14:46:39 -0500 |
| commit | 094b97036e094e3d59601fa90501c595b92124bb (patch) | |
| tree | af9858637bee3afb78d69269c60997f84226a888 /Library | |
| parent | 9fb112f55939a6e9496fb920be09619d226cd793 (diff) | |
| download | homebrew-094b97036e094e3d59601fa90501c595b92124bb.tar.bz2 | |
zzuf: add OS X-specific memory patch
Closes #14158.
Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
(Converted tabs to spaces.)
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/zzuf.rb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/zzuf.rb b/Library/Formula/zzuf.rb index 70160a43a..a09df27c3 100644 --- a/Library/Formula/zzuf.rb +++ b/Library/Formula/zzuf.rb @@ -5,6 +5,12 @@ class Zzuf < Formula homepage 'http://caca.zoy.org/wiki/zzuf' md5 '74579c429f9691f641a14f408997d42d' + def patches + # Fix OS X-specific bug in zzuf 0.13; see https://trac.macports.org/ticket/29157 + # This has been fixed upstream and should be included in the next release. + { :p3 => 'https://trac.macports.org/export/78051/trunk/dports/security/zzuf/files/patch-src-libzzuf-lib--mem.c.diff'} + end + def install system "./configure", "--disable-debug", "--disable-dependency-tracking", "--prefix=#{prefix}" system "make install" |
