[Bug 258172] mail/mew-devel: Prevent .el files from being native compiled

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 30 Aug 2021 18:47:13 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=258172

            Bug ID: 258172
           Summary: mail/mew-devel: 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
 Attachment #227557 maintainer-approval+
             Flags:

Created attachment 227557
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=227557&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.