Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Jul 2021 18:51:16 GMT
From:      Joseph Mingrone <jrm@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 7e871a026a42 - main - editors/emacs-devel: Use lang/gcc11 for NATIVECOMP
Message-ID:  <202107011851.161IpGAh034870@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jrm:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7e871a026a42d3215f73239f7228188c3cde79ce

commit 7e871a026a42d3215f73239f7228188c3cde79ce
Author:     Joseph Mingrone <jrm@FreeBSD.org>
AuthorDate: 2021-07-01 15:45:46 +0000
Commit:     Joseph Mingrone <jrm@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107011851.161IpGAh034870>