summaryrefslogtreecommitdiffstats
path: root/accessibility
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2012-11-22 07:50:48 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2012-11-22 07:50:48 +0800
commit0572c839c69cdf6b32ee39c646ab720bd8bb4b73 (patch)
tree69dc495675b9a959c540b6aef92d1c7759281a03 /accessibility
parentb5eb8d640dd11e6931e2bdab493fb470769f1dfb (diff)
downloadmarcuscom-ports-0572c839c69cdf6b32ee39c646ab720bd8bb4b73.tar.gz
marcuscom-ports-0572c839c69cdf6b32ee39c646ab720bd8bb4b73.tar.zst
marcuscom-ports-0572c839c69cdf6b32ee39c646ab720bd8bb4b73.zip
Fix build with clang, doesn't allow empty return in a non-void function.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@17145 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'accessibility')
-rw-r--r--accessibility/at-spi2-atk/files/patch-atk-adaptor_accessible-cache.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/accessibility/at-spi2-atk/files/patch-atk-adaptor_accessible-cache.c b/accessibility/at-spi2-atk/files/patch-atk-adaptor_accessible-cache.c
new file mode 100644
index 000000000..2ccb400fb
--- /dev/null
+++ b/accessibility/at-spi2-atk/files/patch-atk-adaptor_accessible-cache.c
@@ -0,0 +1,11 @@
+--- atk-adaptor/accessible-cache.c.orig 2012-11-21 23:46:32.000000000 +0000
++++ atk-adaptor/accessible-cache.c 2012-11-21 23:47:06.000000000 +0000
+@@ -362,7 +362,7 @@
+ if (!child)
+ {
+ g_static_rec_mutex_unlock (&cache_mutex);
+- return;
++ return FALSE;
+ }
+
+ g_object_ref (child);
y ports@FreeBSD.org, remove names and/ordougb2009-12-211-3/+0 * - Fix gcc 4.X buildmiwi2006-12-153-45/+67 * Remove USE_REINPLACE from categories starting with Wedwin2006-05-131-2/+0 * - Add SHA256pav2005-11-261-0/+1 * SIZEify.trevor2004-01-301-0/+1 * De-pkg-comment.knu2003-02-212-1/+1 * Fix PORTCOMMENTs that were killing INDEX builds.adamw2002-11-072-2/+1 * Use PORTCOMMENT in the Makefile, and whack the pkg-comment.adamw2002-11-072-1/+2 * Respect CC and CXX, and don't depend on obsoleted header <values.h>kris2002-09-052-2/+32 * Update MASTER_SITESdwcjr2002-09-021-1/+1 * ${PERL} -> ${REINPLACE_CMD}dwcjr2002-09-021-2/+4 * Update WWW:ben2001-04-081-1/+1 * Fix fennerism.ben2001-04-081-1/+2 * Some spaces -> tabs for ports/www.olgeni2001-02-051-1/+1 * Clean up inefficient perl invocations; use multiple REs in the same call.will2001-01-081-2/+2 * Use time_t instead of long for a couple of variables so this build againsteve2000-08-081-0/+11 * Convert startup script to {start|stop} usagejedgar2000-07-142-3/+19 * Startup script (etc/fhttpd.sh -> etc/rc.d/fhttpd.sh)jedgar2000-07-141-1/+1 * Fix invalid (and unnecessary) check for the FreeBSD version. Verified tojedgar2000-07-142-12/+8 * Unleash all of these ports upon the people. I no longer have any interestwill2000-06-221-1/+1 * Add missing file.will2000-06-031-0/+1 * Don't add -O2 to CFLAGS. Make this port honor CFLAGS and CXXFLAGS. Fixsteve2000-05-283-7/+40 * Update with the new PORTNAME/PORTVERSION variablescpiazza2000-04-101-2/+2 * Finish moving MAINTAINER for my ports.will2000-03-221-1/+1