[Bug 258171] mail/mew: Prevent .el files from being native compiled
Date: Mon, 30 Aug 2021 18:41:26 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=258171 Bug ID: 258171 Summary: mail/mew: Prevent .el files from being native compiled Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: ports-bugs@FreeBSD.org Reporter: yasu@utahime.org CC: hiroto.kagotani@gmail.com Flags: maintainer-feedback?(hiroto.kagotani@gmail.com) CC: hiroto.kagotani@gmail.com Created attachment 227556 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=227556&action=edit Patch file Mew doesn't work correctly if Emacs supports native compilation and .el files are compiled to .eln ones. So prevent .el files from being native compiled by adding following lines at the end of them. ;; Local Variables: ;; no-native-compile: t ;; End: -- You are receiving this mail because: You are the assignee for the bug.