1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/net/jwhois/files/patch-src_cache.c
Kurt Jaeger c35a0bf99b net/jwhois: added USES=iconv
- Added USES=iconv
- Regenerate patches to make portlint happy
- Bump PORTREVISION

PR:		202673
Submitted by:	Carlos J Puga Medina <cpm@fbsd.es>
2015-08-26 16:19:19 +00:00

12 lines
288 B
C

--- src/cache.c.orig 2007-06-26 06:58:30 UTC
+++ src/cache.c
@@ -122,7 +122,7 @@ cache_init(void)
jconfig_set();
j = jconfig_getone("jwhois", "cachefile");
if (!j)
- cfname = LOCALSTATEDIR "/jwhois.db";
+ cfname = LOCALSTATEDIR "/jwhois";
else
cfname = j->value;