- BR gnome-vfs2-devel - no files left in %_libdir/inkscape - include French manual page - GCC4 patch obsolete, 64-bit patch obsolete, dgettext split off
13 lines
326 B
Diff
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;
|
|
}
|