inkscape/inkscape-0.41-dgettext.patch
Michael Schwendt 453d169fca - update to 0.42 (also fixes #160326)
- BR gnome-vfs2-devel
- no files left in %_libdir/inkscape
- include French manual page
- GCC4 patch obsolete, 64-bit patch obsolete, dgettext split off
2005-07-26 01:09:18 +00:00

13 lines
326 B
Diff

diff -Nur inkscape-0.41-orig/configure inkscape-0.41/configure
--- inkscape-0.41-orig/configure 2005-02-09 04:55:31.000000000 +0100
+++ inkscape-0.41/configure 2005-05-31 14:50:00.000000000 +0200
@@ -20218,7 +20218,7 @@
int
main ()
{
-return (int) dgettext ("","")
+return (int) (long)dgettext ("","")
;
return 0;
}