On Sat, Jan 24, 2009 at 04:34:12PM +0000, Stefan Sperling wrote:
> Hey Benoit,
> 
> The patch below fixes this problem for me.
> Can I commit this?

Sure, i was pretty sure it was a libstdc++ problem with recent updates,
but if this patch fixes the build for you with latest stdc++, ok by me.

Landry

> Thanks,
> Stefan
> 
> 
> Index: Makefile
> ===================================================================
> RCS file: /usr/cvs/ports/graphics/inkscape/Makefile,v
> retrieving revision 1.8
> diff -u -p -r1.8 Makefile
> --- Makefile  11 Jan 2009 22:59:42 -0000      1.8
> +++ Makefile  24 Jan 2009 12:31:12 -0000
> @@ -3,7 +3,7 @@
>  COMMENT=     SVG vector drawing application
>  
>  DISTNAME=    inkscape-0.46
> -PKGNAME=     ${DISTNAME}p6
> +PKGNAME=     ${DISTNAME}p7
>  CATEGORIES=  graphics
>  
>  MAINTAINER=  Benoit Chesneau <[email protected]>
> Index: patches/patch-src_widgets_sp-xmlview-attr-list_h
> ===================================================================
> RCS file: patches/patch-src_widgets_sp-xmlview-attr-list_h
> diff -N patches/patch-src_widgets_sp-xmlview-attr-list_h
> --- /dev/null 1 Jan 1970 00:00:00 -0000
> +++ patches/patch-src_widgets_sp-xmlview-attr-list_h  24 Jan 2009 12:26:10 
> -0000
> @@ -0,0 +1,12 @@
> +$OpenBSD$
> +--- 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 <stdio.h>
> +-#include <gtk/gtkclist.h>
> ++#include <gtk/gtk.h>
> + #include "../xml/repr.h"
> + 
> + #include <glib.h>
> 

Reply via email to