Skip to content

Commit

Permalink
mail/mew: Prevent .el files from being native compiled
Browse files Browse the repository at this point in the history
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:

PR:		258171
Approved by:	maintainer timeout (> 28days), meta (mentor)
  • Loading branch information
Yasuhiro Kimura authored and Yasuhiro Kimura committed Sep 28, 2021
1 parent 671ab33 commit 8c8b03e
Show file tree
Hide file tree
Showing 2 changed files with 864 additions and 1 deletion.
2 changes: 1 addition & 1 deletion mail/mew/Makefile
Expand Up @@ -2,7 +2,7 @@

PORTNAME= mew
PORTVERSION= 6.8
PORTREVISION= 4
PORTREVISION= 5
CATEGORIES= mail elisp
MASTER_SITES= http://www.mew.org/Release/
PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX}
Expand Down

0 comments on commit 8c8b03e

Please sign in to comment.