aboutsummaryrefslogtreecommitdiffstats
path: root/testing/dia/dia-noglib.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2015-10-01 10:13:05 +0200
committerNatanael Copa <ncopa@alpinelinux.org>2015-10-01 10:13:41 +0200
commitf0af06ef1fa957b31ac762bfbcb88339df178fa0 (patch)
treee4b757171858ad9ffaf37d90ec3124fef0b54667 /testing/dia/dia-noglib.patch
parentfe89259459e7cda0e910589eb8491dcf4459e8df (diff)
downloadaports-f0af06ef1fa957b31ac762bfbcb88339df178fa0.tar.bz2
aports-f0af06ef1fa957b31ac762bfbcb88339df178fa0.tar.xz
testing/dia: upgrade to 0.97.3
Diffstat (limited to 'testing/dia/dia-noglib.patch')
-rw-r--r--testing/dia/dia-noglib.patch37
1 files changed, 0 insertions, 37 deletions
diff --git a/testing/dia/dia-noglib.patch b/testing/dia/dia-noglib.patch
deleted file mode 100644
index d91477a978..0000000000
--- a/testing/dia/dia-noglib.patch
+++ /dev/null
@@ -1,37 +0,0 @@
---- ./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"