summaryrefslogtreecommitdiff
path: root/finance/emma
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2001-07-02 16:09:43 +0000
committerdrochner <drochner@pkgsrc.org>2001-07-02 16:09:43 +0000
commit3368c56fb55d4af77dd2faef941395191aec8ba8 (patch)
tree0b7697e804e8063a222067e03a79043a6751ae8c /finance/emma
parent8a693284e822be8870e56372137af4991ce4e390 (diff)
downloadpkgsrc-3368c56fb55d4af77dd2faef941395191aec8ba8.tar.gz
one more build problem: include <locale.h>
Diffstat (limited to 'finance/emma')
-rw-r--r--finance/emma/distinfo4
-rw-r--r--finance/emma/patches/patch-ac14
2 files changed, 13 insertions, 5 deletions
diff --git a/finance/emma/distinfo b/finance/emma/distinfo
index 2c88fbca28f..00ed5db17ef 100644
--- a/finance/emma/distinfo
+++ b/finance/emma/distinfo
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.6 2001/07/02 14:29:45 drochner Exp $
+$NetBSD: distinfo,v 1.7 2001/07/02 16:09:43 drochner Exp $
SHA1 (emma-0.8-1.tar.gz) = 06c0216a441511b88c36d7d600b9e6e5b443f6d3
Size (emma-0.8-1.tar.gz) = 409664 bytes
SHA1 (patch-aa) = 55412520766343b18c46b1b4e13cc58077a14269
SHA1 (patch-ab) = b40e3014cd9287aebf3c19759edc2d4ddcbf9ffe
-SHA1 (patch-ac) = d4519cc7d6c1b9d982855be957b88a33f38c3c3d
+SHA1 (patch-ac) = 0c096fc00992f49eea170003ba6f6cc9307d884c
SHA1 (patch-ad) = 5e0e39e13b2de33942fce6d5d3d72d7755139851
SHA1 (patch-ae) = 9d624620c2702a1a2b6888a715e5ac3e63b21f96
diff --git a/finance/emma/patches/patch-ac b/finance/emma/patches/patch-ac
index dc278a60026..26a54ada7d6 100644
--- a/finance/emma/patches/patch-ac
+++ b/finance/emma/patches/patch-ac
@@ -1,8 +1,16 @@
-$NetBSD: patch-ac,v 1.1 2001/06/30 16:56:31 tron Exp $
+$NetBSD: patch-ac,v 1.2 2001/07/02 16:09:43 drochner Exp $
--- src/py_module.c.orig Wed Nov 1 09:10:18 2000
-+++ src/py_module.c Sat Jun 30 18:44:56 2001
-@@ -101,11 +101,7 @@
++++ src/py_module.c Mon Jul 2 17:56:19 2001
+@@ -5,6 +5,7 @@
+ #include <stdio.h>
+ #include <time.h>
+ #include <unistd.h>
++#include <locale.h>
+
+ #include <Python.h>
+ #include <compile.h> /* why is python-dev designed so, that I have */
+@@ -101,11 +102,7 @@
strcat(tmp, "/.emma.py");
py_module_include_file(tmp, FALSE);