diff options
Diffstat (limited to 'source/e/emacs/emacs.SlackBuild.regular-build')
-rwxr-xr-x | source/e/emacs/emacs.SlackBuild.regular-build | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source/e/emacs/emacs.SlackBuild.regular-build b/source/e/emacs/emacs.SlackBuild.regular-build index 12af1ab0b..95756410b 100755 --- a/source/e/emacs/emacs.SlackBuild.regular-build +++ b/source/e/emacs/emacs.SlackBuild.regular-build @@ -21,8 +21,8 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # Build a --without-native-compilation Emacs package with an X11 version -# using GTK+3, and a non-X11 linked version for use on the console or on -# machines lacking the X11 libraries. This is how the Slackware Emacs package -# has been traditionally built from 1993-2024. +# using GTK+3. This will still run on the console (or in an xterm if you use +# "emacs -nw"). If you want a version that is not linked to any X11 libraries, +# pass "WITHX=NO" to this script. NATIVECOMP=NO TAG=_regular ./emacs.SlackBuild |