[40435] trunk/dports/gnome/inkscape

jmr at macports.org jmr at macports.org
Wed Oct 1 17:22:10 PDT 2008


Revision: 40435
          http://trac.macports.org/changeset/40435
Author:   jmr at macports.org
Date:     2008-10-01 17:22:10 -0700 (Wed, 01 Oct 2008)
Log Message:
-----------
inkscape: fix building with new gtk2 (#16715)

Modified Paths:
--------------
    trunk/dports/gnome/inkscape/Portfile

Added Paths:
-----------
    trunk/dports/gnome/inkscape/files/patch-src-widgets-sp-xmlview-attr-list.h.diff

Modified: trunk/dports/gnome/inkscape/Portfile
===================================================================
--- trunk/dports/gnome/inkscape/Portfile	2008-10-01 23:08:35 UTC (rev 40434)
+++ trunk/dports/gnome/inkscape/Portfile	2008-10-02 00:22:10 UTC (rev 40435)
@@ -5,7 +5,7 @@
 
 name            inkscape
 version         0.46
-revision        3
+revision        4
 maintainers     gmail.com:dbevans
 categories      gnome graphics
 platforms       darwin
@@ -45,6 +45,7 @@
 
 patchfiles      patch-configure.diff \
                 patch-src-Makefile.in.diff \
+                patch-src-widgets-sp-xmlview-attr-list.h.diff \
                 patch-src-extension-internal-pdfinput-pdf-parser.cpp.diff
 
 configure.args  \

Added: trunk/dports/gnome/inkscape/files/patch-src-widgets-sp-xmlview-attr-list.h.diff
===================================================================
--- trunk/dports/gnome/inkscape/files/patch-src-widgets-sp-xmlview-attr-list.h.diff	                        (rev 0)
+++ trunk/dports/gnome/inkscape/files/patch-src-widgets-sp-xmlview-attr-list.h.diff	2008-10-02 00:22:10 UTC (rev 40435)
@@ -0,0 +1,9 @@
+--- src/widgets/sp-xmlview-attr-list.h	2008-06-24 13:38:07.000000000 +0200
++++ src/widgets/sp-xmlview-attr-list.h	2008-07-05 13:03:50.000000000 +0200
+@@ -13,6 +13,7 @@
+  */
+ 
+ #include <stdio.h>
++#include <gtk/gtkctree.h>
+ #include <gtk/gtkclist.h>
+ #include "../xml/repr.h"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20081001/6f7ee766/attachment.html 


More information about the macports-changes mailing list