aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorJoseph Mingrone <jrm@FreeBSD.org>2021-07-01 15:45:46 +0000
committerJoseph Mingrone <jrm@FreeBSD.org>2021-07-01 18:50:02 +0000
commit7e871a026a42d3215f73239f7228188c3cde79ce (patch)
treec2d8a791d32c7cd3c4e9a2f4918717cae5a3b01a /editors
parent227228845cd678bfb6cc8e9183e259f88e55567b (diff)
downloadports-7e871a026a42d3215f73239f7228188c3cde79ce.tar.gz
ports-7e871a026a42d3215f73239f7228188c3cde79ce.zip
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.
Diffstat (limited to 'editors')
-rw-r--r--editors/emacs-devel/Makefile3
1 files changed, 1 insertions, 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