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:           Tue Apr 30 14:28:51 UTC 2024

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

Log Message:
emacs29: Disable libgccjit option on SunOS too.

It would probably be better for someone who understands the benefit of this
option to invert the logic as there are going to be a huge number of platforms
that can't support this.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 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.5 pkgsrc/editors/emacs29/options.mk:1.6
--- pkgsrc/editors/emacs29/options.mk:1.5       Thu Apr  4 21:11:34 2024
+++ pkgsrc/editors/emacs29/options.mk   Tue Apr 30 14:28:51 2024
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.5 2024/04/04 21:11:34 wiz Exp $
+# $NetBSD: options.mk,v 1.6 2024/04/30 14:28:51 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 empty(MACHINE_PLATFORM:MDarwin-*-aarch64)
+.if !${MACHINE_PLATFORM:MDarwin-*-aarch64} && !${MACHINE_PLATFORM:MSunOS-*}
 PKG_SUGGESTED_OPTIONS+=        libgccjit
 .endif
 



Home | Main Index | Thread Index | Old Index