pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
emacs-git: switch to gcc12-libjit
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <wiz%gatalith.at@localhost>
Pushed By: wiz
Date: Fri Apr 7 09:09:08 2023 +0200
Changeset: 60dda6a1e1773e5162146fe1ef27898348468c1a
Modified Files:
emacs-git/options.mk
Log Message:
emacs-git: switch to gcc12-libjit
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=60dda6a1e1773e5162146fe1ef27898348468c1a
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 923360ba20..d14c98193c 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.gcc10-libjit}/gcc10/lib
+LDFLAGS+= ${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.gcc12-libjit}/gcc12/lib
GENERATE_PLIST+= cd ${DESTDIR}${PREFIX} && \
${FIND} lib/emacs/${PKGVERSION_NOREV}/native-lisp/ \( -type f -o -type l \) -print | ${SORT};
-. include "../../lang/gcc10-libjit/buildlink3.mk"
+. include "../../lang/gcc12-libjit/buildlink3.mk"
.endif
###
Home |
Main Index |
Thread Index |
Old Index