git: 2911a8fb9e05 - main - editors/emacs: disable NATIVECOMP on powerpc64
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 01 Jun 2025 11:06:26 UTC
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=2911a8fb9e059cd68804cb7e8c3ace9ba583c53f commit 2911a8fb9e059cd68804cb7e8c3ace9ba583c53f Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2025-05-28 16:00:01 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2025-06-01 11:06:23 +0000 editors/emacs: disable NATIVECOMP on powerpc64 Same issue as on armv7. --- editors/emacs/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile index 266e3b2cd886..1e9a56b7ed94 100644 --- a/editors/emacs/Makefile +++ b/editors/emacs/Makefile @@ -130,6 +130,7 @@ OPTIONS_EXCLUDE+= ALSA CAIRO DBUS GFILE GIF GSETTINGS GTK2 GTK3 \ XIM XPM XWIDGETS .endif OPTIONS_EXCLUDE_armv7= NATIVECOMP +OPTIONS_EXCLUDE_powerpc64= NATIVECOMP OPTIONS_SUB= YES ACL_DESC= Access control list support