pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
emacs-git: switch to gcc16-libjit
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By: wiz
Date: Mon Aug 31 20:12:12 2026 +0200
Changeset: 01dd1d1ef47f26d701eb4f5ada93173c2f971d92
Modified Files:
emacs-git/options.mk
Log Message:
emacs-git: switch to gcc16-libjit
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=01dd1d1ef47f26d701eb4f5ada93173c2f971d92
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 f0c6d2fc82..86c74d0b9d 100644
--- a/emacs-git/options.mk
+++ b/emacs-git/options.mk
@@ -44,12 +44,12 @@ CONFIGURE_ARGS+= --without-dbus
###
.if !empty(PKG_OPTIONS:Mlibgccjit)
CONFIGURE_ARGS+= --with-native-compilation
-LDFLAGS+= ${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.gcc15-libjit}/gcc15/lib
+LDFLAGS+= ${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.gcc16-libjit}/gcc16/lib
PRINT_PLIST_AWK+= /lib\/emacs\/${PKGVERSION_NOREV}\/native-lisp/ { next; }
PRINT_PLIST_AWK+= /share\/emacs\/${PKGVERSION_NOREV}\/lisp\/native-lisp/ { next; }
GENERATE_PLIST+= cd ${DESTDIR}${PREFIX} && \
${FIND} share/emacs/${PKGVERSION_NOREV}/lisp/native-lisp lib/emacs/${PKGVERSION_NOREV}/native-lisp/ \( -type f -o -type l \) -print | ${SORT};
-. include "../../lang/gcc15-libjit/buildlink3.mk"
+. include "../../lang/gcc16-libjit/buildlink3.mk"
.endif
###
Home |
Main Index |
Thread Index |
Old Index