diff options
| author | Jack Nagel | 2013-02-10 23:35:01 -0600 |
|---|---|---|
| committer | Jack Nagel | 2013-02-10 23:35:01 -0600 |
| commit | 150b5f96b8ca37ccc52c8598c357be33bf745ee2 (patch) | |
| tree | 9c74604684e0ff3f2ddf5918b9f66e837f696bce | |
| parent | 2ecc9fb4d1efbbe2174ccbae0348dd79ce01f429 (diff) | |
| download | homebrew-150b5f96b8ca37ccc52c8598c357be33bf745ee2.tar.bz2 | |
at-spi2-atk: fix patch
| -rw-r--r-- | Library/Formula/at-spi2-atk.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/at-spi2-atk.rb b/Library/Formula/at-spi2-atk.rb index af39f704c..f82cd5613 100644 --- a/Library/Formula/at-spi2-atk.rb +++ b/Library/Formula/at-spi2-atk.rb @@ -10,7 +10,7 @@ class AtSpi2Atk < Formula depends_on 'at-spi2-core' depends_on 'atk' - # https://bugs.freedesktop.org/show_bug.cgi?id=60209 + # Suppress a "non-void function should return a value" error, fixed upstream def patches; DATA end def install @@ -30,7 +30,7 @@ index be247e4..62566b8 100644 { g_static_rec_mutex_unlock (&cache_mutex); - return; -+ return FALSE; ++ return TRUE; } g_object_ref (child); |
