summaryrefslogtreecommitdiff
path: root/sys-fs/reiser4progs/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-07-06 08:06:16 +0100
committerV3n3RiX <venerix@koprulu.sector>2024-07-06 08:06:16 +0100
commit4187bba080530c5ca1c7dae9c233e88f3fc8f535 (patch)
treeb6f535e053876097ced1b6bda14a4da890c730d4 /sys-fs/reiser4progs/files
parent2a8d2f71d1d9963368e0ef3d641d75979a689d12 (diff)
gentoo auto-resync : 06:07:2024 - 08:06:15
Diffstat (limited to 'sys-fs/reiser4progs/files')
-rw-r--r--sys-fs/reiser4progs/files/reiser4progs-1.0.7-readline-6.3.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/sys-fs/reiser4progs/files/reiser4progs-1.0.7-readline-6.3.patch b/sys-fs/reiser4progs/files/reiser4progs-1.0.7-readline-6.3.patch
deleted file mode 100644
index 9de53bd41203..000000000000
--- a/sys-fs/reiser4progs/files/reiser4progs-1.0.7-readline-6.3.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-https://bugs.gentoo.org/504472
-
-fix building w/readline-6.3 -- the old CPPFunction define has been deleted
-
---- a/libmisc/ui.c
-+++ b/libmisc/ui.c
-@@ -256,8 +256,7 @@ static void _init(void) {
-
- #if defined(HAVE_LIBREADLINE) && defined(HAVE_READLINE_READLINE_H)
- rl_initialize();
-- rl_attempted_completion_function =
-- (CPPFunction *)misc_complete;
-+ rl_attempted_completion_function = misc_complete;
- #endif
-
- aal_exception_set_handler(misc_exception_handler);