summaryrefslogtreecommitdiffstats
path: root/business/gnucash/glib-single-include.patch
diff options
context:
space:
mode:
author Vincent Batts <vbatts@hashbangbash.com>2012-10-06 18:34:43 +0200
committer dsomero <xgizzmo@slackbuilds.org>2012-10-07 09:17:25 -0400
commit1f5cb51154253809765445c734507d84b550b325 (patch)
tree4c4f4ae17d47e8184e1b444605c16f2998ac1aa3 /business/gnucash/glib-single-include.patch
parent44a10084d20d73d9f0254ec0e98d50522965fa1d (diff)
downloadslackbuilds-1f5cb51154253809765445c734507d84b550b325.tar.gz
slackbuilds-1f5cb51154253809765445c734507d84b550b325.tar.xz
business/gnucash: Updated for version 2.4.11.
Updated also the glib patch and forced single job build Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'business/gnucash/glib-single-include.patch')
-rw-r--r--business/gnucash/glib-single-include.patch27
1 files changed, 6 insertions, 21 deletions
diff --git a/business/gnucash/glib-single-include.patch b/business/gnucash/glib-single-include.patch
index 5213f5dfed..51c1e81e3b 100644
--- a/business/gnucash/glib-single-include.patch
+++ b/business/gnucash/glib-single-include.patch
@@ -1,7 +1,6 @@
-Index: gnucash-2.4.5/src/core-utils/gnc-filepath-utils.c
-===================================================================
---- gnucash-2.4.5.orig/src/core-utils/gnc-filepath-utils.c
-+++ gnucash-2.4.5/src/core-utils/gnc-filepath-utils.c
+diff -Naur gnucash-2.4.11.orig/src/core-utils/gnc-filepath-utils.c gnucash-2.4.11/src/core-utils/gnc-filepath-utils.c
+--- gnucash-2.4.11.orig/src/core-utils/gnc-filepath-utils.c 2012-01-10 00:58:04.000000000 +0100
++++ gnucash-2.4.11/src/core-utils/gnc-filepath-utils.c 2012-10-06 18:05:10.853171945 +0200
@@ -47,7 +47,6 @@
#include "gnc-filepath-utils.h"
@@ -10,23 +9,9 @@ Index: gnucash-2.4.5/src/core-utils/gnc-filepath-utils.c
#define PATH_MAX MAXPATHLEN
#endif
-Index: gnucash-2.4.5/src/gnome-utils/gnc-frequency.c
-===================================================================
---- gnucash-2.4.5.orig/src/gnome-utils/gnc-frequency.c
-+++ gnucash-2.4.5/src/gnome-utils/gnc-frequency.c
-@@ -26,7 +26,7 @@
- #include "config.h"
-
- #include <gtk/gtk.h>
--#include <glib/gtypes.h>
-+#include <glib.h>
- #include <math.h>
- #include <time.h>
-
-Index: gnucash-2.4.5/src/libqof/qof/gnc-date.c
-===================================================================
---- gnucash-2.4.5.orig/src/libqof/qof/gnc-date.c
-+++ gnucash-2.4.5/src/libqof/qof/gnc-date.c
+diff -Naur gnucash-2.4.11.orig/src/libqof/qof/gnc-date.c gnucash-2.4.11/src/libqof/qof/gnc-date.c
+--- gnucash-2.4.11.orig/src/libqof/qof/gnc-date.c 2012-01-10 00:58:15.000000000 +0100
++++ gnucash-2.4.11/src/libqof/qof/gnc-date.c 2012-10-06 18:06:22.286171945 +0200
@@ -40,7 +40,6 @@
#include <string.h>
#include <time.h>