From f2ec7444c364750a8ed62857c44f02d22741a713 Mon Sep 17 00:00:00 2001 From: "Guillaume J. Charmes" Date: Mon, 13 Jul 2015 14:38:10 -0400 Subject: [PATCH] emacs: fix head build Closes #41672. Closes #41630. Signed-off-by: Dominyk Tiller --- Library/Formula/emacs.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Library/Formula/emacs.rb b/Library/Formula/emacs.rb index 2af96ec44eca..3d82e8e88193 100644 --- a/Library/Formula/emacs.rb +++ b/Library/Formula/emacs.rb @@ -100,6 +100,7 @@ def install else args << "--without-x" end + args << "--without-ns" system "./configure", *args system "make"