diff options
author | dholland <dholland@pkgsrc.org> | 2012-05-06 20:25:02 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2012-05-06 20:25:02 +0000 |
commit | f5961876f4cdb2708451d6b3d2a7b4c0e9083cc7 (patch) | |
tree | 15c1e409250c2ffa8204d7e340b8b208f0f4819c /graphics/dia | |
parent | c01f82f5ed608068954dee74da0386bc19e95d27 (diff) | |
download | pkgsrc-f5961876f4cdb2708451d6b3d2a7b4c0e9083cc7.tar.gz |
Build fix for latest glib2.
Diffstat (limited to 'graphics/dia')
-rw-r--r-- | graphics/dia/distinfo | 3 | ||||
-rw-r--r-- | graphics/dia/patches/patch-objects_custom_shape__typeinfo_c | 15 |
2 files changed, 17 insertions, 1 deletions
diff --git a/graphics/dia/distinfo b/graphics/dia/distinfo index 132c2af2ef8..54080cc0f1f 100644 --- a/graphics/dia/distinfo +++ b/graphics/dia/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.26 2012/01/18 18:36:51 drochner Exp $ +$NetBSD: distinfo,v 1.27 2012/05/06 20:25:02 dholland Exp $ SHA1 (dia-0.97.2.tar.xz) = dc7ed6f8cd83acc8f421d28f30e4042fe370e9ba RMD160 (dia-0.97.2.tar.xz) = f9270f1f2cb6ad505219463827d02e3759693796 @@ -10,3 +10,4 @@ SHA1 (patch-cb) = 02210139cbf38e91a61ad1e090f63f5635bb26ef SHA1 (patch-cc) = 2dd4c822d8771e48ff1ac67946d765e5d8b85d50 SHA1 (patch-cd) = b7dd72a359fe6f36a56d2c16f94427c6977b0477 SHA1 (patch-da) = 4ed80c2a7eaa2dbbebd8265c8b74faac20c4f6c2 +SHA1 (patch-objects_custom_shape__typeinfo_c) = 128477ab7cc363a490e042062379585800893626 diff --git a/graphics/dia/patches/patch-objects_custom_shape__typeinfo_c b/graphics/dia/patches/patch-objects_custom_shape__typeinfo_c new file mode 100644 index 00000000000..b56fe3e6717 --- /dev/null +++ b/graphics/dia/patches/patch-objects_custom_shape__typeinfo_c @@ -0,0 +1,15 @@ +$NetBSD: patch-objects_custom_shape__typeinfo_c,v 1.1 2012/05/06 20:25:02 dholland Exp $ + +Fix build with latest glib2. + +--- objects/custom/shape_typeinfo.c~ 2009-11-07 14:28:34.000000000 +0000 ++++ objects/custom/shape_typeinfo.c +@@ -27,7 +27,7 @@ + #include "custom_util.h" + #include <string.h> + #include <stdarg.h> +-#include <glib/gstrfuncs.h> ++#include <glib.h> + #include <glib/gstdio.h> + #include <libxml/parser.h> + |