diff options
author | Joseph Mingrone <jrm@FreeBSD.org> | 2023-01-09 09:35:57 -0400 |
---|---|---|
committer | Joseph Mingrone <jrm@FreeBSD.org> | 2023-01-09 09:55:59 -0400 |
commit | b4eb3cc1255ff5de7344bf2ff0c15eae214be4e9 (patch) | |
tree | 880d49f25ed09cbf65cf30e2c57fcaffb21d4f41 /editors/emacs-devel/files/pkg-message.in | |
parent | audio/libsndfile: Update to upstream version 1.2.0, support mp3 (diff) |
editors/emacs-devel: Tweak GCC requirement
Support for the USE_GCC=X+ form was removed in 9b5f5ab. Native
compilation requires GCC version 11 or newer and the default version of
GCC is now 12.
Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'editors/emacs-devel/files/pkg-message.in')
-rw-r--r-- | editors/emacs-devel/files/pkg-message.in | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/editors/emacs-devel/files/pkg-message.in b/editors/emacs-devel/files/pkg-message.in index 24db8aefacdf..20b1def400dd 100644 --- a/editors/emacs-devel/files/pkg-message.in +++ b/editors/emacs-devel/files/pkg-message.in @@ -2,10 +2,11 @@ %%NATIVECOMP_COMMENT_START%% { type: install message: <<EOM -Emacs is now built with native compilation enabled, however it is -known that some elisp applications don't work correctly when compiled. -You can work any such issues by disabling native compilation using -the following steps. +Emacs is now built with native compilation enabled by default, which +requires GCC version 11 or newer. It is known that some elisp +applications don't work correctly when compiled. You can work any +such issues by disabling native compilation using the following +steps. 1. Add the following lines at the top of your Emacs configuration: |