summaryrefslogtreecommitdiff
path: root/math/gnumeric
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2012-05-10 07:50:11 +0000
committerdholland <dholland@pkgsrc.org>2012-05-10 07:50:11 +0000
commit94c121a6d392077c607b0b07610daaba88624087 (patch)
tree6d4aeac75c621d18e093eecfaf25daf8c905fe26 /math/gnumeric
parentbdd0b29f9d4e295fa5ba2c26d352147b7956881f (diff)
downloadpkgsrc-94c121a6d392077c607b0b07610daaba88624087.tar.gz
Build fix for new glib2.
Diffstat (limited to 'math/gnumeric')
-rw-r--r--math/gnumeric/distinfo3
-rw-r--r--math/gnumeric/patches/patch-src_print_c15
2 files changed, 17 insertions, 1 deletions
diff --git a/math/gnumeric/distinfo b/math/gnumeric/distinfo
index 08d7d473111..b2f7e5613f4 100644
--- a/math/gnumeric/distinfo
+++ b/math/gnumeric/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.34 2009/01/20 20:43:09 drochner Exp $
+$NetBSD: distinfo,v 1.35 2012/05/10 07:50:11 dholland Exp $
SHA1 (gnumeric-1.8.4.tar.bz2) = 2d765b0d06509e0695c4d3ec96b94f8acba88735
RMD160 (gnumeric-1.8.4.tar.bz2) = 461ea59b2ce30d2ce7dd5bca2cea2c50b955dc57
@@ -8,3 +8,4 @@ SHA1 (patch-ab) = 42f6bfbcd4eb586bdca5b15b338f8b406c658caa
SHA1 (patch-ac) = f94b86b1260d758469ad30a9d627dcd8c78fccbc
SHA1 (patch-ad) = d16a4403ee8d7f005e9f2843be83f62446622aff
SHA1 (patch-ae) = ea8d3c194dd093c7fa787595a652637e47bc28a5
+SHA1 (patch-src_print_c) = b739dc7f11af9ce8135f8ad213a6ce8b1f798935
diff --git a/math/gnumeric/patches/patch-src_print_c b/math/gnumeric/patches/patch-src_print_c
new file mode 100644
index 00000000000..acd8806e487
--- /dev/null
+++ b/math/gnumeric/patches/patch-src_print_c
@@ -0,0 +1,15 @@
+$NetBSD: patch-src_print_c,v 1.1 2012/05/10 07:50:11 dholland Exp $
+
+Fix build with latest glib2.
+
+--- src/print.c~ 2008-04-30 20:31:35.000000000 +0000
++++ src/print.c
+@@ -52,7 +52,7 @@
+
+ #include <glib/gi18n-lib.h>
+ #include <glib/gstdio.h>
+-#include <glib/gfileutils.h>
++#include <glib.h>
+
+ #include <unistd.h>
+ #include <errno.h>