pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
emacs-git: switch to gcc15-libjit
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By: wiz
Date: Wed Aug 6 10:32:13 2025 +0200
Changeset: 345965f176f464d79404953b338f3df6e0fde52a
Modified Files:
emacs-git/options.mk
Log Message:
emacs-git: switch to gcc15-libjit
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=345965f176f464d79404953b338f3df6e0fde52a
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
emacs-git/options.mk | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diffs:
diff --git a/emacs-git/options.mk b/emacs-git/options.mk
index d58c44a860..66cf3279f2 100644
--- a/emacs-git/options.mk
+++ b/emacs-git/options.mk
@@ -43,10 +43,10 @@ CONFIGURE_ARGS+= --without-dbus
###
.if !empty(PKG_OPTIONS:Mlibgccjit)
CONFIGURE_ARGS+= --with-native-compilation
-LDFLAGS+= ${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.gcc14-libjit}/gcc14/lib
+LDFLAGS+= ${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.gcc15-libjit}/gcc15/lib
GENERATE_PLIST+= cd ${DESTDIR}${PREFIX} && \
${FIND} lib/emacs/${PKGVERSION_NOREV}/native-lisp/ \( -type f -o -type l \) -print | ${SORT};
-. include "../../lang/gcc14-libjit/buildlink3.mk"
+. include "../../lang/gcc15-libjit/buildlink3.mk"
.endif
###
Home |
Main Index |
Thread Index |
Old Index