aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2013-02-10 23:35:01 -0600
committerJack Nagel2013-02-10 23:35:01 -0600
commit150b5f96b8ca37ccc52c8598c357be33bf745ee2 (patch)
tree9c74604684e0ff3f2ddf5918b9f66e837f696bce /Library
parent2ecc9fb4d1efbbe2174ccbae0348dd79ce01f429 (diff)
downloadhomebrew-150b5f96b8ca37ccc52c8598c357be33bf745ee2.tar.bz2
at-spi2-atk: fix patch
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/at-spi2-atk.rb4
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);