diff options
author | dholland <dholland> | 2012-05-10 07:50:11 +0000 |
---|---|---|
committer | dholland <dholland> | 2012-05-10 07:50:11 +0000 |
commit | 67a8dedf8f277153ee962af8eca35d8ee847b219 (patch) | |
tree | 6d4aeac75c621d18e093eecfaf25daf8c905fe26 /math | |
parent | 6d4c3c7b12ec35347bd9d31ab8305c974c930bdb (diff) | |
download | pkgsrc-67a8dedf8f277153ee962af8eca35d8ee847b219.tar.gz |
Build fix for new glib2.
Diffstat (limited to 'math')
-rw-r--r-- | math/gnumeric/distinfo | 3 | ||||
-rw-r--r-- | math/gnumeric/patches/patch-src_print_c | 15 |
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> |