1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/misc/emma/files/patch-ag
2000-11-07 15:36:55 +00:00

20 lines
568 B
Plaintext

--- 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);