diff options
| author | Lorenzo Salvadore <salvadore@FreeBSD.org> | 2025-12-21 17:50:50 +0000 |
|---|---|---|
| committer | Lorenzo Salvadore <salvadore@FreeBSD.org> | 2025-12-21 17:50:50 +0000 |
| commit | 6b9daae5590abd2644dd2a96f53c376816226de5 (patch) | |
| tree | a35d2afaa75a36e77219857d7fddbe904c9df8d6 | |
| parent | eeffd8a5101f0dfb7bb7fe9972483e8fac37b40b (diff) | |
editors/emacs: 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
Reported by: yasu
Tested by: yasu, jrm
| -rw-r--r-- | editors/emacs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile index 71e59968b19e..289c9f2dac31 100644 --- a/editors/emacs/Makefile +++ b/editors/emacs/Makefile @@ -204,7 +204,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 |
