Opened 11 years ago
Closed 11 years ago
#42705 closed defect (fixed)
slime: should specify macport's emacs
Reported by: | daitakahashi | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.2.1 |
Keywords: | Cc: | easye | |
Port: | slime |
Description
The slime's makefile implicitly uses emacs on the search path. However, emacs-app installs its binary outside of the search path (${applications_dir}/Emacs.app/Contents/MacOS/Emacs
), so that the system's emacs (very old!) is selected and fail to compile slime.
Attached patch revives slime_emacs_binary
to choose a right emacs depends on the selected variant.
Attachments (1)
Change History (2)
Changed 11 years ago by daitakahashi
Attachment: | slime-portfile-select-emacs.diff added |
---|
comment:1 Changed 11 years ago by easye
Resolution: | → fixed |
---|---|
Status: | new → closed |
Applied in r117550.
Thanks for the patch!
Note: See
TracTickets for help on using
tickets.
patch that revives slime_emacs_binary