Ticket #41562: libbonobo.patch
File libbonobo.patch, 1.9 KB (added by christian@…, 11 years ago) |
---|
-
libbonoboui/Portfile
diff -rNu -x work /opt/local/var/macports/./sources/rsync.macports.org/release/ports/gnome/libbonoboui/Portfile libbonoboui/Portfile
old new 5 5 6 6 name libbonoboui 7 7 version 2.24.5 8 revision 88 revision 9 9 9 set branch [join [lrange [split ${version} .] 0 1] .] 10 10 maintainers nomaintainer 11 11 categories gnome … … 43 43 port:libgnomecanvas \ 44 44 port:libpng 45 45 46 patchfiles bonobo-bonobo-ui-node.c.diff 47 46 48 # Don't do intltool's INTLTOOL_PERL dance 47 49 use_autoreconf yes 48 50 autoreconf.args -fvi -
libbonoboui/files/bonobo-bonobo-ui-node.c.diff
diff -rNu -x work /opt/local/var/macports/./sources/rsync.macports.org/release/ports/gnome/libbonoboui/files/bonobo-bonobo-ui-node.c.diff libbonoboui/files/bonobo-bonobo-ui-node.c.diff
old new 1 --- bonobo/bonobo-ui-node.c.orig 2 +++ bonobo/bonobo-ui-node.c 3 @@ -835,6 +835,7 @@ uiCharacters (ParseState *ps, const xmlC 4 g_string_append_len (ps->content, chars, len); 5 } 6 7 +__attribute__((__format__ (__printf__, 2, 3))) 8 static void 9 uiWarning (ParseState *ps, const char *msg, ...) 10 { 11 @@ -845,6 +846,7 @@ uiWarning (ParseState *ps, const char *m 12 va_end (args); 13 } 14 15 +__attribute__((__format__ (__printf__, 2, 3))) 16 static void 17 uiError (ParseState *ps, const char *msg, ...) 18 { 19 @@ -855,6 +857,7 @@ uiError (ParseState *ps, const char *msg 20 va_end (args); 21 } 22 23 +__attribute__((__format__ (__printf__, 2, 3))) 24 static void 25 uiFatalError (ParseState *ps, const char *msg, ...) 26 {