Skip to content

Commit

Permalink
editors/emacs21: Set BROKEN_ON for Darwin
Browse files Browse the repository at this point in the history
Trying to build on macOS gets a "has not been ported" error.
  • Loading branch information
gdt committed Dec 11, 2023
1 parent a72d26b commit f3281f3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion editors/emacs21/Makefile.common
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile.common,v 1.21 2021/10/06 15:33:03 nia Exp $
# $NetBSD: Makefile.common,v 1.22 2023/12/11 01:03:55 gdt Exp $
#
# used by editors/emacs21/Makefile
# used by editors/emacs21-nox11/Makefile
Expand All @@ -11,6 +11,9 @@ MAINTAINER= [email protected]
HOMEPAGE= https://www.gnu.org/software/emacs/emacs.html
COMMENT= GNU editing macros (editor)

# configure: error: Emacs hasn't been ported to `x86_64-apple-darwin17' systems.
BROKEN_ON_PLATFORM= Darwin-*-*

CONFLICTS= mule-[0-9]*

USE_TOOLS+= gmake perl:run
Expand Down

0 comments on commit f3281f3

Please sign in to comment.