aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2013-10-08 10:03:46 +0100
committerMike McQuaid2013-10-08 10:13:03 +0100
commit6aac425a4c1e718f64fa8f2ea937c37c9d6fdd06 (patch)
tree96a39c98d840b85c4da0d4e190678b5b0d27abf4 /Library
parentaa76e070115707d467755711ab2e1b1a5cf43377 (diff)
downloadhomebrew-6aac425a4c1e718f64fa8f2ea937c37c9d6fdd06.tar.bz2
mpfr: remove incorrect gmp comment.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/mpfr.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Formula/mpfr.rb b/Library/Formula/mpfr.rb
index eff337dd7..d2f72b0da 100644
--- a/Library/Formula/mpfr.rb
+++ b/Library/Formula/mpfr.rb
@@ -30,7 +30,6 @@ class Mpfr < Formula
args = ["--disable-dependency-tracking", "--prefix=#{prefix}"]
# Build 32-bit where appropriate, and help configure find 64-bit CPUs
- # Note: This logic should match what the GMP formula does.
if MacOS.prefer_64_bit? and not build.build_32_bit?
ENV.m64
args << "--build=x86_64-apple-darwin"