Bug#516747: Patch to fix planner build
Matt Kraai
kraai at ftbfs.org
Wed Feb 25 16:16:28 UTC 2009
tag 516747 + patch
thanks
The following patch, extracted from upstream, will hopefully fix the
planner build (pbuilder can't satisfy the build-dependencies of
planner so I haven't tested it).
--
Matt http://ftbfs.org/
-------------- next part --------------
diff -ru planner-0.14.3~/libplanner/mrp-sql.c planner-0.14.3/libplanner/mrp-sql.c
--- planner-0.14.3~/libplanner/mrp-sql.c 2009-02-25 08:09:48.000000000 -0800
+++ planner-0.14.3/libplanner/mrp-sql.c 2009-02-25 08:12:29.000000000 -0800
@@ -2406,7 +2406,7 @@
#define WRITE_ERROR(e,c) \
G_STMT_START \
-g_set_error(e,MRP_ERROR,MRP_ERROR_SAVE_WRITE_FAILED, sql_get_last_error (c)) \
+{ g_set_error(e,MRP_ERROR,MRP_ERROR_SAVE_WRITE_FAILED, sql_get_last_error (c)); } \
G_STMT_END
More information about the pkg-gnome-maintainers
mailing list