pkgsrc-ng/misc/goffice0.6/patches/patch-goffice_math_go-regression_c
2013-09-26 17:14:40 +02:00

17 lines
402 B
Plaintext

$NetBSD: patch-goffice_math_go-regression_c,v 1.1 2012/05/10 07:28:16 dholland Exp $
Fix build with latest glib2.
--- goffice/math/go-regression.c~ 2008-07-08 09:54:59.000000000 +0000
+++ goffice/math/go-regression.c
@@ -12,8 +12,7 @@
#include "go-rangefunc.h"
#include "go-math.h"
-#include <glib/gmem.h>
-#include <glib/gmessages.h>
+#include <glib.h>
#include <math.h>
#include <string.h>