CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2024/12/10 13:25:54
Modified files:
lang/swi-prolog: Makefile
Log 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.