diff options
Diffstat (limited to 'math/pspp/files/patch-ag')
-rw-r--r-- | math/pspp/files/patch-ag | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/math/pspp/files/patch-ag b/math/pspp/files/patch-ag deleted file mode 100644 index ce61c6526b75..000000000000 --- a/math/pspp/files/patch-ag +++ /dev/null @@ -1,11 +0,0 @@ ---- 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. */ |