forked from NetBSD/pkgsrc
-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
editors/emacs21: Set BROKEN_ON for Darwin
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.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
@@ -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 | ||
|