mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-04 02:08:49 -04:00
13 lines
395 B
Plaintext
13 lines
395 B
Plaintext
$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"
|