summaryrefslogtreecommitdiff
path: root/math/pspp/files/patch-ae
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-09-06 22:26:43 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-09-06 22:26:43 +0000
commite07c07c5be9012d1344d76f5c79f7436ca5fe04b (patch)
tree5b8cd11455b896c448d0d940ba161d8229514c9c /math/pspp/files/patch-ae
parentWorst port ever... Add dependency on XLIB (diff)
- Update to 0.4.0
PR: ports/85570 Submitted by: James Howard <jh@jameshoward.us>
Diffstat (limited to 'math/pspp/files/patch-ae')
-rw-r--r--math/pspp/files/patch-ae11
1 files changed, 0 insertions, 11 deletions
diff --git a/math/pspp/files/patch-ae b/math/pspp/files/patch-ae
deleted file mode 100644
index 544f1d906044..000000000000
--- a/math/pspp/files/patch-ae
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/getline.c.orig Sat May 27 18:57:13 2000
-+++ src/getline.c Sat May 27 18:57:18 2000
-@@ -384,7 +384,7 @@
- if (!history_file)
- {
- #if unix
-- history_file = tilde_expand (HISTORY_FILE);
-+ history_file = my_tilde_expand (HISTORY_FILE);
- #endif
- using_history ();
- read_history (history_file);