freebsd-ports/math/pspp/files/patch-af
Steve Price 5fabe928e3 s/tilde_expand/my_tilde_expand/g to avoid naming conflicts with the
same function in the readline library.
2000-05-28 03:55:27 +00:00

12 lines
281 B
Plaintext

--- src/groff-font.c.orig Sat May 27 18:57:34 2000
+++ src/groff-font.c Sat May 27 18:57:45 2000
@@ -100,7 +100,7 @@
int prev_index = -1;
#if unix
- fn = tilde_expand (fn);
+ fn = my_tilde_expand (fn);
#endif
verbose_msg (1, _("%s: Opening Groff font file..."), fn);