From 8b03888204f3779fae1ea9d3619782ed935861e3 Mon Sep 17 00:00:00 2001 From: stsp Date: Sun, 25 Jan 2009 00:29:03 +0000 Subject: [PATCH] Fix build. Including directly causes a circular include dependency: gtkclist.h depends on gtk.h depends on gtkctree.h depends on gtkclist.h -> boom. Simply including works, though. OK maintainer, and also tested on amd64 by Jonathan Armani, thanks! --- graphics/inkscape/Makefile | 4 ++-- .../patches/patch-src_widgets_sp-xmlview-attr-list_h | 12 ++++++++++++ 2 files changed, 14 insertions(+), 2 deletions(-) create mode 100644 graphics/inkscape/patches/patch-src_widgets_sp-xmlview-attr-list_h diff --git a/graphics/inkscape/Makefile b/graphics/inkscape/Makefile index 291d70b6223..d9c937962a5 100644 --- a/graphics/inkscape/Makefile +++ b/graphics/inkscape/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.8 2009/01/11 22:59:42 landry Exp $ +# $OpenBSD: Makefile,v 1.9 2009/01/25 00:29:03 stsp Exp $ COMMENT= SVG vector drawing application DISTNAME= inkscape-0.46 -PKGNAME= ${DISTNAME}p6 +PKGNAME= ${DISTNAME}p7 CATEGORIES= graphics MAINTAINER= Benoit Chesneau diff --git a/graphics/inkscape/patches/patch-src_widgets_sp-xmlview-attr-list_h b/graphics/inkscape/patches/patch-src_widgets_sp-xmlview-attr-list_h new file mode 100644 index 00000000000..a081758fdf5 --- /dev/null +++ b/graphics/inkscape/patches/patch-src_widgets_sp-xmlview-attr-list_h @@ -0,0 +1,12 @@ +$OpenBSD: patch-src_widgets_sp-xmlview-attr-list_h,v 1.1 2009/01/25 00:29:03 stsp Exp $ +--- src/widgets/sp-xmlview-attr-list.h.orig Sat Jan 24 12:24:43 2009 ++++ src/widgets/sp-xmlview-attr-list.h Sat Jan 24 12:26:02 2009 +@@ -13,7 +13,7 @@ + */ + + #include +-#include ++#include + #include "../xml/repr.h" + + #include