summaryrefslogtreecommitdiff
path: root/sci-mathematics/gretl/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-01-22 20:28:19 +0000
committerV3n3RiX <venerix@redcorelinux.org>2021-01-22 20:28:19 +0000
commitabaa75b10f899ada8dd05b23cc03205064394bc6 (patch)
treeeca3dd248b73b92013cba00a0fcc1edf2696e19a /sci-mathematics/gretl/files
parent24fd814c326e282c4321965c31f341dad77e270d (diff)
gentoo resync : 22.01.2021
Diffstat (limited to 'sci-mathematics/gretl/files')
-rw-r--r--sci-mathematics/gretl/files/gretl-1.9.14-readline.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/sci-mathematics/gretl/files/gretl-1.9.14-readline.patch b/sci-mathematics/gretl/files/gretl-1.9.14-readline.patch
deleted file mode 100644
index 9f6996b9c916..000000000000
--- a/sci-mathematics/gretl/files/gretl-1.9.14-readline.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- cli/complete.c.ORIG 2007-08-22 16:44:46.000000000 +0200
-+++ cli/complete.c 2014-03-26 16:54:40.463070119 +0100
-@@ -126,6 +126,6 @@
- rl_readline_name = "gretl";
-
- /* Tell the completer that we want a crack first. */
-- rl_attempted_completion_function = (CPPFunction *) gretl_completion;
-+ rl_attempted_completion_function = (rl_completion_func_t*) gretl_completion;
- }
-