git: 7e871a026a42 - main - editors/emacs-devel: Use lang/gcc11 for NATIVECOMP
Joseph Mingrone
jrm at FreeBSD.org
Thu Jul 1 18:51:17 UTC 2021
The branch main has been updated by jrm:
URL: https://cgit.FreeBSD.org/ports/commit/?id=7e871a026a42d3215f73239f7228188c3cde79ce
commit 7e871a026a42d3215f73239f7228188c3cde79ce
Author: Joseph Mingrone <jrm at FreeBSD.org>
AuthorDate: 2021-07-01 15:45:46 +0000
Commit: Joseph Mingrone <jrm at FreeBSD.org>
CommitDate: 2021-07-01 18:50:02 +0000
editors/emacs-devel: Use lang/gcc11 for NATIVECOMP
Also, NATIVECOMP_CFLAGS=-I${LOCALBASE}/include is not necessary because
CFLAGS includes this from with USES=localbase:ldflags.
---
editors/emacs-devel/Makefile | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/editors/emacs-devel/Makefile b/editors/emacs-devel/Makefile
index d6bb5b68e184..e4e58aacf858 100644
--- a/editors/emacs-devel/Makefile
+++ b/editors/emacs-devel/Makefile
@@ -169,10 +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_LIB_DEPENDS= libgccjit.so:lang/gcc11
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
More information about the dev-commits-ports-all
mailing list