From 20c7eb8cd1ea57ba2e61c427973b448056a6e714 Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Sun, 23 Nov 2008 13:12:31 +0000 Subject: [PATCH] Clifford Wolf: Fixed inkscape [2008111510411279740] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@9398 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- package/base/inkscape/hotfixes.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 package/base/inkscape/hotfixes.patch diff --git a/package/base/inkscape/hotfixes.patch b/package/base/inkscape/hotfixes.patch new file mode 100644 index 000000000..33b835a14 --- /dev/null +++ b/package/base/inkscape/hotfixes.patch @@ -0,0 +1,11 @@ +--- ./src/widgets/sp-xmlview-attr-list.h.orig 2008-11-14 14:50:30.000000000 +0100 ++++ ./src/widgets/sp-xmlview-attr-list.h 2008-11-14 14:52:30.000000000 +0100 +@@ -13,7 +13,7 @@ + */ + + #include +-#include ++#include + #include "../xml/repr.h" + + #include