aboutsummaryrefslogtreecommitdiff
path: root/textproc/enchant
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2006-03-16 15:42:49 +0000
committerPav Lucistnik <pav@FreeBSD.org>2006-03-16 15:42:49 +0000
commit1927a4daee2c392ddd3838674759f22f90a7f98e (patch)
tree64224355757fbfc8548bbadb850c8ded04fc22d1 /textproc/enchant
parentf06d9ba9961880f0eeaddedf7c576719f2545511 (diff)
downloadports-1927a4daee2c392ddd3838674759f22f90a7f98e.tar.gz
ports-1927a4daee2c392ddd3838674759f22f90a7f98e.zip
Notes
Diffstat (limited to 'textproc/enchant')
-rw-r--r--textproc/enchant/files/patch-src_enchant.c18
1 files changed, 18 insertions, 0 deletions
diff --git a/textproc/enchant/files/patch-src_enchant.c b/textproc/enchant/files/patch-src_enchant.c
new file mode 100644
index 000000000000..4c6c54b38a17
--- /dev/null
+++ b/textproc/enchant/files/patch-src_enchant.c
@@ -0,0 +1,18 @@
+--- src/enchant.c- Thu Mar 16 14:48:20 2006
++++ src/enchant.c Thu Mar 16 14:50:03 2006
+@@ -125,6 +125,7 @@
+ enchant_get_module_dir (void)
+ {
+ char * module_dir = NULL;
++ char * prefix = NULL;
+
+ #ifdef XP_TARGET_COCOA
+ return g_strdup ([[EnchantResourceProvider instance] moduleFolder]);
+@@ -136,7 +137,6 @@
+ return module_dir;
+
+ /* Dynamically locate library and search for modules relative to it. */
+- char * prefix = NULL;
+ prefix = enchant_get_prefix_dir();
+ if(prefix)
+ {