Control: tag -1 patch The attached patch fixes the FTBFS on i386.
Bastian -- Those who hate and fight must stop themselves -- otherwise it is not stopped. -- Spock, "Day of the Dove", stardate unknown
diff --git a/src/spiceqxl_display.c b/src/spiceqxl_display.c index a3a8978..3f7dc92 100644 --- a/src/spiceqxl_display.c +++ b/src/spiceqxl_display.c @@ -350,6 +350,6 @@ void qxl_add_spice_display_interface(qxl_screen_t *qxl) void spiceqxl_display_monitors_config(qxl_screen_t *qxl) { - spice_qxl_monitors_config_async(&qxl->display_sin, (QXLPHYSICAL)qxl->monitors_config, + spice_qxl_monitors_config_async(&qxl->display_sin, (uintptr_t)qxl->monitors_config, MEMSLOT_GROUP, 0); }