wxmac: reunite lost comment with its associated code

Closes #6134.

Signed-off-by: Tomasz Pajor <tomek@polishgeeks.com>
This commit is contained in:
Andrew Janke 2016-10-21 00:55:46 -04:00 committed by Tomasz Pajor
parent 537e517e52
commit f9a5c02450

View file

@ -74,7 +74,6 @@ class Wxmac < Formula
depends_on "libtiff" depends_on "libtiff"
def install def install
# need to set with-macosx-version-min to avoid configure defaulting to 10.5
args = [ args = [
"--disable-debug", "--disable-debug",
"--prefix=#{prefix}", "--prefix=#{prefix}",
@ -104,6 +103,7 @@ class Wxmac < Formula
"--enable-dataviewctrl", "--enable-dataviewctrl",
"--with-expat", "--with-expat",
"--disable-precomp-headers", "--disable-precomp-headers",
# need to set with-macosx-version-min to avoid configure defaulting to 10.5
"--with-macosx-version-min=#{MacOS.version}", "--with-macosx-version-min=#{MacOS.version}",
# This is the default option, but be explicit # This is the default option, but be explicit
"--disable-monolithic", "--disable-monolithic",