pkgsrc-Changes archive

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

CVS commit: pkgsrc/editors/emacs29



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Wed May 15 07:35:11 UTC 2024

Modified Files:
        pkgsrc/editors/emacs29: options.mk

Log Message:
emacs29: Disable libgccjit on all Darwin.

It doesn't get past configure with the current gcc13-libjit.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/editors/emacs29/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/editors/emacs29/options.mk
diff -u pkgsrc/editors/emacs29/options.mk:1.6 pkgsrc/editors/emacs29/options.mk:1.7
--- pkgsrc/editors/emacs29/options.mk:1.6       Tue Apr 30 14:28:51 2024
+++ pkgsrc/editors/emacs29/options.mk   Wed May 15 07:35:11 2024
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.6 2024/04/30 14:28:51 jperkin Exp $
+# $NetBSD: options.mk,v 1.7 2024/05/15 07:35:11 jperkin Exp $
 
 ### Set options
 PKG_OPTIONS_VAR=                       PKG_OPTIONS.emacs
@@ -23,7 +23,7 @@ PKG_OPTIONS_GROUP.toolkit=            gtk gtk2 gtk
 # xaw3d is omitted because it is only valid with xaw
 PKG_SUGGESTED_OPTIONS= dbus gnutls gtk3 jansson libotf libwebp tree-sitter xml x11
 
-.if !${MACHINE_PLATFORM:MDarwin-*-aarch64} && !${MACHINE_PLATFORM:MSunOS-*}
+.if !${MACHINE_PLATFORM:MDarwin-*} && !${MACHINE_PLATFORM:MSunOS-*}
 PKG_SUGGESTED_OPTIONS+=        libgccjit
 .endif
 



Home | Main Index | Thread Index | Old Index