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/
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
 
 

Reply via email to