pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
emacs-git: switch to gcc13-libjit
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <wiz%gatalith.at@localhost>
Pushed By: wiz
Date: Wed May 3 22:05:53 2023 +0200
Changeset: a91e6309843a387ba867fbf6c68469faf93cedd1
Modified Files:
emacs-git/options.mk
Log Message:
emacs-git: switch to gcc13-libjit
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=a91e6309843a387ba867fbf6c68469faf93cedd1
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 d14c98193c..113ead083c 100644
--- a/emacs-git/options.mk
+++ b/emacs-git/options.mk
@@ -50,10 +50,10 @@ CONFIGURE_ARGS+= --without-json
###
.if !empty(PKG_OPTIONS:Mlibgccjit)
CONFIGURE_ARGS+= --with-native-compilation
-LDFLAGS+= ${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.gcc12-libjit}/gcc12/lib
+LDFLAGS+= ${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.gcc13-libjit}/gcc13/lib
GENERATE_PLIST+= cd ${DESTDIR}${PREFIX} && \
${FIND} lib/emacs/${PKGVERSION_NOREV}/native-lisp/ \( -type f -o -type l \) -print | ${SORT};
-. include "../../lang/gcc12-libjit/buildlink3.mk"
+. include "../../lang/gcc13-libjit/buildlink3.mk"
.endif
###
Home |
Main Index |
Thread Index |
Old Index