diff options
author | Steve Price <steve@FreeBSD.org> | 2000-05-28 03:55:27 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-05-28 03:55:27 +0000 |
commit | 5fabe928e36e49137e426d48b46554923e4d415a (patch) | |
tree | b8487c81a4d197a87beaa8e39878c688993170a1 /math/pspp/files/patch-ag | |
parent | Update to version 1.8g. The previous version was actually 1.8 and not 2.1. (diff) |
s/tilde_expand/my_tilde_expand/g to avoid naming conflicts with the
same function in the readline library.
Diffstat (limited to 'math/pspp/files/patch-ag')
-rw-r--r-- | math/pspp/files/patch-ag | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/math/pspp/files/patch-ag b/math/pspp/files/patch-ag new file mode 100644 index 000000000000..ce61c6526b75 --- /dev/null +++ b/math/pspp/files/patch-ag @@ -0,0 +1,11 @@ +--- src/postscript.c.orig Sat May 27 18:57:57 2000 ++++ src/postscript.c Sat May 27 18:58:10 2000 +@@ -864,7 +864,7 @@ + pre_pathname = getenv ("GROFF_FONT_PATH"); + if (pre_pathname == NULL) + pre_pathname = groff_font_path; +- pathname = tilde_expand (pre_pathname); ++ pathname = my_tilde_expand (pre_pathname); + } + + /* Search all possible places for the file. */ |