pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

emacs-git: switch to gcc14-libjit



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Fri Jun 28 20:54:35 2024 +0200
Changeset:	bca0e49842f9107d3ecf1586b8be878dc2956a98

Modified Files:
	emacs-git/options.mk

Log Message:
emacs-git: switch to gcc14-libjit

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=bca0e49842f9107d3ecf1586b8be878dc2956a98

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 720ad76be6..67b2b3edde 100644
--- a/emacs-git/options.mk
+++ b/emacs-git/options.mk
@@ -40,10 +40,10 @@ CONFIGURE_ARGS+=	--without-dbus
 ###
 .if !empty(PKG_OPTIONS:Mlibgccjit)
 CONFIGURE_ARGS+=	--with-native-compilation
-LDFLAGS+=		${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.gcc13-libjit}/gcc13/lib
+LDFLAGS+=		${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.gcc14-libjit}/gcc14/lib
 GENERATE_PLIST+=	cd ${DESTDIR}${PREFIX} && \
         ${FIND} lib/emacs/${PKGVERSION_NOREV}/native-lisp/ \( -type f -o -type l \) -print | ${SORT};
-.  include "../../lang/gcc13-libjit/buildlink3.mk"
+.  include "../../lang/gcc14-libjit/buildlink3.mk"
 .endif
 
 ###


Home | Main Index | Thread Index | Old Index