FreeBSD Bugzilla – Attachment 226120 Details for
Bug 256893
editors/emacs-devel: Improve settings about NATIVECOMP option
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch file
editors_emacs-devel.patch (text/plain), 1.79 KB, created by
Yasuhiro Kimura
on 2021-06-29 18:58:05 UTC
(
hide
)
Description:
Patch file
Filename:
MIME Type:
Creator:
Yasuhiro Kimura
Created:
2021-06-29 18:58:05 UTC
Size:
1.79 KB
patch
obsolete
>From 41cc9c7bb64679aa651fccd874c4a0aab5ec6a7f Mon Sep 17 00:00:00 2001 >From: Yasuhiro Kimura <yasu@utahime.org> >Date: Wed, 30 Jun 2021 03:18:22 +0900 >Subject: [PATCH] editors/emacs-devel: Improve settings about NATIVECOMP option > >Improve settings about NATIVECOMP option by replacing the combination >of NATIVECOMP_LIB_DEPENDS, NATIVECOMP_CFLAGS and NATIVECOMP_LDFLAGS >with NATIVECOMP_USE. > >Currently it only means lang/gcc11 is used instead of lang/gcc11-devel >and there isn't much difference. But when newer versions of GCC are >released in the future, it will bring following benefits. > >* Multiple versions of GCC can be used to build this port with > NATIVECOMP option enabled. >* If default version of GCC is switched to 11 or later, or changed by > adding "DEFAULT_VERSIONS+=gcc=11", "DEFAULT_VERSIONS+=gcc=12", ... > in make.conf, then default one can be used for NATIVECOMP option. It > means you need not build and install non-default one to build this > port with NATIVECOMP option enabled. >--- > editors/emacs-devel/Makefile | 4 +--- > 1 file changed, 1 insertion(+), 3 deletions(-) > >diff --git a/editors/emacs-devel/Makefile b/editors/emacs-devel/Makefile >index d6bb5b68e184..a64564adfacc 100644 >--- a/editors/emacs-devel/Makefile >+++ b/editors/emacs-devel/Makefile >@@ -169,11 +169,9 @@ MAILUTILS_CONFIGURE_WITH= mailutils > MAILUTILS_CONFIGURE_ENV_OFF= ac_cv_lib_lockfile_maillock=no \ > ac_cv_prog_liblockfile=no > MODULES_CONFIGURE_WITH= modules >-NATIVECOMP_LIB_DEPENDS= libgccjit.so:lang/gcc11-devel >+NATIVECOMP_USE= GCC=11+ > NATIVECOMP_CONFIGURE_WITH= native-compilation > NATIVECOMP_MAKE_ARGS= NATIVE_FULL_AOT=1 >-NATIVECOMP_CFLAGS= -I${LOCALBASE}/include >-NATIVECOMP_LDFLAGS= -L${LOCALBASE}/lib/gcc11 > OSS_CONFIGURE_ON= --with-sound=oss > OTF_IMPLIES= XFT > OTF_LIB_DEPENDS= libotf.so:print/libotf >-- >2.32.0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 256893
:
226120
|
227445