git: 2e2400889652 - main - editors/emacs-devel: Pin to GCC 13
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 21 Dec 2025 18:00:32 UTC
The branch main has been updated by salvadore:
URL: https://cgit.FreeBSD.org/ports/commit/?id=2e240088965295b3c9a1279051d41777f6bdebcf
commit 2e240088965295b3c9a1279051d41777f6bdebcf
Author: Lorenzo Salvadore <salvadore@FreeBSD.org>
AuthorDate: 2025-12-21 17:55:04 +0000
Commit: Lorenzo Salvadore <salvadore@FreeBSD.org>
CommitDate: 2025-12-21 17:55:04 +0000
editors/emacs-devel: Pin to GCC 13
Build fails on some FreeBSD versions with GCC 14, which is about to
become GCC_DEFAULT. Pin to GCC 13 until the issue is fixed.
PR: 288303
Tested by: jrm
---
editors/emacs-devel/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/editors/emacs-devel/Makefile b/editors/emacs-devel/Makefile
index f77cabc8bac2..36c6a0791b55 100644
--- a/editors/emacs-devel/Makefile
+++ b/editors/emacs-devel/Makefile
@@ -178,7 +178,7 @@ MAILUTILS_CONFIGURE_ENV_OFF= ac_cv_lib_lockfile_maillock=no \
MODULES_CONFIGURE_WITH= modules
MOTIF_USES= motif
MOTIF_CONFIGURE_ON= --with-x-toolkit=motif
-NATIVECOMP_USE= GCC=yes
+NATIVECOMP_USE= GCC=13
NATIVECOMP_CONFIGURE_WITH= native-compilation=aot
OSS_CONFIGURE_ON= --with-sound=oss
OTF_LIB_DEPENDS= libotf.so:print/libotf