mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
c1b0395208
- Add mirror - Makefile tweaks PR: ports/113932 Submitted by: Conrad J. Sabatier <conrads@cox.net> (maintainer) Approved by: sat (mentor)
15 lines
453 B
C
15 lines
453 B
C
--- ./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;
|
|
|
|
|
|
|