pkgsrc/math/gnumeric/patches/patch-ad
chuck 41bffb4c96 import compile fixes from devel branch 1.9.3... must define
NO_IMPORT_PYGOBJECT in plugins/python-loader to avoid link
errors
2008-11-15 02:02:13 +00:00

12 lines
395 B
Text

$NetBSD: patch-ad,v 1.9 2008/11/15 02:02:13 chuck Exp $
--- plugins/python-loader/py-gnumeric.c.orig 2008-11-14 20:25:21.000000000 -0500
+++ plugins/python-loader/py-gnumeric.c 2008-11-14 20:27:04.000000000 -0500
@@ -9,6 +9,7 @@
#include <Python.h>
#include <gnumeric.h>
#include <glib.h>
+#define NO_IMPORT_PYGOBJECT
#include "pygobject.h"
#include "application.h"
#include "workbook.h"