Edit

IABSD.fr/ports/lang/swi-prolog

Branch :

  • Show log

    Commit

  • Author : edd
    Date : 2024-12-10 20:25:54
    Hash : a28dedcb
    Message : lang/swi-prolog: eliminate junking race in build SWI contains an emacs plugin. naddy@ mailed me a log where emacs is picked up at configure time, but then emacs is junked before/during the build, causing a build failure. Since I see no easy way to disable the whole plugin, this fixes the build by adding emacs as a build dependency. As far as I can see no part of emacs is linked or dlopen()ed, so this should be sufficient. "sure" naddy@, thanks.