From c3f081d188d82272d718301a1a890d996a761015 Mon Sep 17 00:00:00 2001 From: wrobell Date: Mon, 14 Feb 2005 03:17:06 +0000 Subject: [PATCH] - fix compilation with gnome print (already in inkscape cvs) Changed files: inkscape-gnome_print_compile.patch -> 1.1 --- inkscape-gnome_print_compile.patch | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 inkscape-gnome_print_compile.patch diff --git a/inkscape-gnome_print_compile.patch b/inkscape-gnome_print_compile.patch new file mode 100644 index 0000000..88cfe77 --- /dev/null +++ b/inkscape-gnome_print_compile.patch @@ -0,0 +1,15 @@ +--- inkscape-0.41/src/extension/internal/gnome.cpp.orig 2004-12-28 18:41:54.000000000 +0100 ++++ inkscape-0.41/src/extension/internal/gnome.cpp 2005-02-14 02:46:48.614262360 +0100 +@@ -392,6 +392,12 @@ + return; + } + ++unsigned int PrintGNOME::comment(Inkscape::Extension::Print *mod, char const *comment) { ++ return 0; ++} ++ ++ ++ + } /* namespace Internal */ + } /* namespace Extension */ + } /* namespace Inkscape */ -- 2.44.0