aboutsummaryrefslogtreecommitdiff
path: root/textproc/glimpse/files
diff options
context:
space:
mode:
authorBeech Rintoul <beech@FreeBSD.org>2007-06-23 03:47:30 +0000
committerBeech Rintoul <beech@FreeBSD.org>2007-06-23 03:47:30 +0000
commitc1b03952086561cc4c84be0f6663147f3473f02c (patch)
treeea786bf3cb3c8a520313e0e023933fe8dbe061df /textproc/glimpse/files
parent854b8ce0db1ae31611e73b81a332cc907dbf8f42 (diff)
downloadports-c1b03952086561cc4c84be0f6663147f3473f02c.tar.gz
ports-c1b03952086561cc4c84be0f6663147f3473f02c.zip
Notes
Diffstat (limited to 'textproc/glimpse/files')
-rw-r--r--textproc/glimpse/files/patch-index-glimpse.c14
1 files changed, 14 insertions, 0 deletions
diff --git a/textproc/glimpse/files/patch-index-glimpse.c b/textproc/glimpse/files/patch-index-glimpse.c
new file mode 100644
index 000000000000..0344b5301222
--- /dev/null
+++ b/textproc/glimpse/files/patch-index-glimpse.c
@@ -0,0 +1,14 @@
+--- ./index/glimpse.c.orig 2007-06-21 22:24:44.000000000 -0500
++++ ./index/glimpse.c 2007-06-21 22:25:15.000000000 -0500
+@@ -23,7 +23,7 @@
+ /* TEMP_DIR is normally defined in ../main.c; if we're building
+ * buildcast, that's not linked in, so we need to define one here. */
+ /* char * TEMP_DIR = NULL; */
+-static char * TEMP_DIR = "/tmp";
++char * TEMP_DIR = "/tmp";
+ #endif /* BUILDCAST */
+ extern int indexable_char[256];
+ extern int GenerateHash;
+
+
+