svn commit: r320850 - head/net/gq/files

William Grzybowski wg at FreeBSD.org
Thu Jun 13 23:19:38 UTC 2013


Author: wg
Date: Thu Jun 13 23:19:38 2013
New Revision: 320850
URL: http://svnweb.freebsd.org/changeset/ports/320850

Log:
  net/gq: fix build with clang
  
  - Fix build with clang, func return value
  
  Approved by:	culot / jpaetzel (mentors, implicit)

Added:
  head/net/gq/files/patch-src_gq-tab-schema.c   (contents, props changed)

Added: head/net/gq/files/patch-src_gq-tab-schema.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/gq/files/patch-src_gq-tab-schema.c	Thu Jun 13 23:19:38 2013	(r320850)
@@ -0,0 +1,12 @@
+diff --git src/gq-tab-schema.c src/gq-tab-schema.c
+index b0f16e6..29219c0 100644
+--- src/gq-tab-schema.c
++++ src/gq-tab-schema.c
+@@ -1902,7 +1902,6 @@ gq_tab_schema_init(GqTabSchema* self)
+ 
+      tab->content = schemamode_vbox;
+      gtk_object_set_data(GTK_OBJECT(tab->content), "tab", tab);
+-     return tab;
+ }
+ 
+ static void


More information about the svn-ports-all mailing list