diff options
Diffstat (limited to 'finance/emma/files/patch-ag')
-rw-r--r-- | finance/emma/files/patch-ag | 19 |
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); |