pkgsrc/editors/abiword/patches/patch-se
rillig 8e2e66a6b9 Fixed six little things that prevented sunpro from building the package.
Now it fails in the linker stage with an undefined reference to
UT_XML::processingInstruction(const char *, const char *).
2007-11-14 15:41:40 +00:00

13 lines
497 B
Text

$NetBSD: patch-se,v 1.1 2007/11/14 15:41:42 rillig Exp $
--- src/wp/ap/unix/abiwidget.cpp.orig 2005-01-26 20:52:07.000000000 +0100
+++ src/wp/ap/unix/abiwidget.cpp 2007-11-14 14:56:13.329692000 +0100
@@ -589,7 +589,7 @@ static void s_abi_widget_map_cb(GObject
//
// Can't load until this event has finished propagating
//
- g_idle_add(static_cast<GSourceFunc>(s_abi_widget_load_file),static_cast<gpointer>(abi));
+ g_idle_add(s_abi_widget_load_file,static_cast<gpointer>(abi));
}
}