diff options
| author | Joseph Mingrone <jrm@FreeBSD.org> | 2026-03-26 23:39:18 +0000 |
|---|---|---|
| committer | Joseph Mingrone <jrm@FreeBSD.org> | 2026-03-27 00:51:13 +0000 |
| commit | e93f6442ef5a354b7ad67b21164aae511a0ee642 (patch) | |
| tree | d15cdc1225411baccaa1039626451f2f4bb1dbc9 /misc/trurl/files/(public-mirror) | |
| parent | ff0188d71d401fa702e1ac238a81aefb5af91659 (diff) | |
The build was failing for two reasons:
1. When devel/readline was installed (e.g. as a dependency of
editors/emacs), its newer interface caused:
readline.c:147:51: error: expected expression
147 | rl_attempted_completion_function = (CPPFunction *) completion_fp;
| ^
readline.c:147:38: error: use of undeclared identifier 'CPPFunction'
147 | rl_attempted_completion_function = (CPPFunction *) completion_fp;
| ^
Patch radius's lib/readline.c to use the modern rl_completion_func_t
type.
2. The elisp files were not being installed, causing a staging error.
Fix this by installing the elisp in a post-install-EMACS-on target.
Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'misc/trurl/files/(public-mirror)')
0 files changed, 0 insertions, 0 deletions
