diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2013-11-20 13:33:44 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-11-23 23:19:27 -0600 |
commit | 2c2d8a1c5847635c19856070daa952423fb6e309 (patch) | |
tree | 9e4b813c3f0f81770f919c3686f736ee3f41816d /business/gnucash/glib-single-include.patch | |
parent | f8aa2f11bb7ee702da93d15ec2a52332c952514b (diff) |
business/gnucash: Removed (build failure and etcetera)
This needs an older version of goffice than we have in
our repo, but at least a couple of other things in the
repo require the newer goffice. Since we have to make
a choice, and since gnucash also insists on having all
of the deprecated gnome2 libraries, and because it's a
general pain anyway, the choice is an easy one to make
for us. Isn't block text just wonderful looking here?
Signed-off-by: RobbyWorkman <rworkman@slackbuilds.org>
Diffstat (limited to 'business/gnucash/glib-single-include.patch')
-rw-r--r-- | business/gnucash/glib-single-include.patch | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/business/gnucash/glib-single-include.patch b/business/gnucash/glib-single-include.patch deleted file mode 100644 index 51c1e81e3b76f..0000000000000 --- a/business/gnucash/glib-single-include.patch +++ /dev/null @@ -1,22 +0,0 @@ -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" - - #ifdef _MSC_VER --#include <glib/gwin32.h> - #define PATH_MAX MAXPATHLEN - #endif - -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> - --#include <glib.h> - #include <glib/gi18n.h> - - #include "gnc-date-p.h" |