From 150b5f96b8ca37ccc52c8598c357be33bf745ee2 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sun, 10 Feb 2013 23:35:01 -0600 Subject: at-spi2-atk: fix patch --- Library/Formula/at-spi2-atk.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Library') 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); -- cgit v1.2.3