summaryrefslogtreecommitdiff
path: root/finance/emma/files/patch-ag
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2003-03-29 09:53:18 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2003-03-29 09:53:18 +0000
commit2c36078d184e6b3fde44793800a6c8ca0b0639f1 (patch)
tree19d35773be783fd6761833f599af82301c20ceac /finance/emma/files/patch-ag
parentReorder the 'configure-message patch-libtool' targets in _CONFIGURE_SEQ (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_8_0'.release/4.8.0
Notes
Notes: svn path=/head/; revision=77676 svn path=/tags/RELEASE_4_8_0/; revision=77677; tag=release/4.8.0
Diffstat (limited to 'finance/emma/files/patch-ag')
-rw-r--r--finance/emma/files/patch-ag19
1 files changed, 0 insertions, 19 deletions
diff --git a/finance/emma/files/patch-ag b/finance/emma/files/patch-ag
deleted file mode 100644
index 08210f036a82..000000000000
--- a/finance/emma/files/patch-ag
+++ /dev/null
@@ -1,19 +0,0 @@
---- src/py_module.c.orig Wed Nov 1 10:10:18 2000
-+++ src/py_module.c Tue Nov 7 15:14:32 2000
-@@ -1,7 +1,6 @@
- #include <config.h>
-
- #include <ctype.h>
--#include <langinfo.h>
- #include <stdio.h>
- #include <time.h>
- #include <unistd.h>
-@@ -100,6 +99,8 @@
- strcpy(tmp, g_get_home_dir());
- strcat(tmp, "/.emma.py");
- py_module_include_file(tmp, FALSE);
-+
-+ py_module_include_file(PREFIX "/share/gnome/emma/emma.py", FALSE);
-
- py_module_include_file("/usr/share/emma.py", FALSE);
- py_module_include_file("/usr/local/share/emma.py", FALSE);