From a47963ed977c919bdd565b83d2fa41665cd03b6d Mon Sep 17 00:00:00 2001 From: Michael Schwendt Date: May 31 2005 12:56:25 +0000 Subject: - append another 64-bit related patch (dgettext configure check failed) --- diff --git a/inkscape-0.41-64bit.patch b/inkscape-0.41-64bit.patch index 6e0ed53..f054694 100644 --- a/inkscape-0.41-64bit.patch +++ b/inkscape-0.41-64bit.patch @@ -370,3 +370,15 @@ if ( d >= pos ) break; n_o++; } +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; + } diff --git a/inkscape.spec b/inkscape.spec index b20b9cd..2b0dc68 100644 --- a/inkscape.spec +++ b/inkscape.spec @@ -1,6 +1,6 @@ Name: inkscape Version: 0.41 -Release: 6 +Release: 7 Summary: A vector-based drawing program using SVG. Group: Applications/Productivity @@ -53,6 +53,7 @@ C and C++, using the Gtk+ toolkit and optionally some Gnome libraries. %patch0 -p1 -b .gcc4 %patch1 -p1 -b .64bit + %build %configure \ --disable-dependency-tracking \ @@ -102,6 +103,9 @@ update-desktop-database %{_datadir}/applications > /dev/null 2>&1 || : %changelog +* Tue May 31 2005 Michael Schwendt - 0.41-7 +- append another 64-bit related patch (dgettext configure check failed) + * Tue May 31 2005 Michael Schwendt - 0.41-6 - remove explicit aclocal/autoconf calls in %%build as they create a bad Makefile for FC4/i386, which causes build to fail (#156228),