From f9a5c024503c04dbc70a661aca9ac1bfb8b2e21b Mon Sep 17 00:00:00 2001 From: Andrew Janke Date: Fri, 21 Oct 2016 00:55:46 -0400 Subject: [PATCH] wxmac: reunite lost comment with its associated code Closes #6134. Signed-off-by: Tomasz Pajor --- Formula/wxmac.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/wxmac.rb b/Formula/wxmac.rb index 79b08da1c0..afb93d2911 100644 --- a/Formula/wxmac.rb +++ b/Formula/wxmac.rb @@ -74,7 +74,6 @@ class Wxmac < Formula depends_on "libtiff" def install - # need to set with-macosx-version-min to avoid configure defaulting to 10.5 args = [ "--disable-debug", "--prefix=#{prefix}", @@ -104,6 +103,7 @@ class Wxmac < Formula "--enable-dataviewctrl", "--with-expat", "--disable-precomp-headers", + # need to set with-macosx-version-min to avoid configure defaulting to 10.5 "--with-macosx-version-min=#{MacOS.version}", # This is the default option, but be explicit "--disable-monolithic",