diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-11-27 15:49:21 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-11-27 15:49:53 +0000 |
commit | eca8bb185efff12c405d2388a405b48ca8392f82 (patch) | |
tree | a23fb4dbd7081a5cc2b4ce67471035d1654b8e5c /testing/dia/dia-noglib.patch | |
parent | eccb212d18d97c8d75a74845058515cf03925006 (diff) | |
download | aports-eca8bb185efff12c405d2388a405b48ca8392f82.tar.bz2 aports-eca8bb185efff12c405d2388a405b48ca8392f82.tar.xz |
testing/dia: fix build with recent glib
Diffstat (limited to 'testing/dia/dia-noglib.patch')
-rw-r--r-- | testing/dia/dia-noglib.patch | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/testing/dia/dia-noglib.patch b/testing/dia/dia-noglib.patch new file mode 100644 index 0000000000..d91477a978 --- /dev/null +++ b/testing/dia/dia-noglib.patch @@ -0,0 +1,37 @@ +--- ./objects/custom/shape_typeinfo.c.orig 2011-12-08 12:41:12.136625698 +0000 ++++ ./objects/custom/shape_typeinfo.c 2011-12-08 12:41:44.584639234 +0000 +@@ -27,8 +27,7 @@ + #include "custom_util.h" + #include <string.h> + #include <stdarg.h> +-#include <glib/gstrfuncs.h> +-#include <glib/gstdio.h> ++#include <glib.h> + #include <libxml/parser.h> + + /* +--- ./tests/test-boundingbox.c.orig 2012-02-25 20:05:15.571090400 -0600 ++++ ./tests/test-boundingbox.c 2012-02-25 20:07:28.884033790 -0600 +@@ -28,9 +28,6 @@ + #include <glib.h> + #include <glib-object.h> + +-#if GLIB_CHECK_VERSION(2,16,0) +-#include <glib/gtestutils.h> +-#endif + #include "dialib.h" + + /* +--- ./tests/test-objects.c.orig 2012-02-25 20:08:16.230051224 -0600 ++++ ./tests/test-objects.c 2012-02-25 20:08:31.849036318 -0600 +@@ -28,10 +28,6 @@ + #include <glib.h> + #include <glib-object.h> + +-#if GLIB_CHECK_VERSION(2,16,0) +-#include <glib/gtestutils.h> +-#endif +- + #include "object.h" + #include "plug-ins.h" + #include "dialib.h" |