aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Kuehl2010-02-26 00:16:44 +0100
committerAdam Vandenberg2010-02-25 15:32:27 -0800
commite3da46356dfa01d7cd56044e29b4bae387bc0dbf (patch)
treed58c0ae800858a1ca54726df6ce96b16cbd6e17d
parent0d4933ba6fc9ef205fd2bda00da52fe342ba1f91 (diff)
downloadhomebrew-e3da46356dfa01d7cd56044e29b4bae387bc0dbf.tar.bz2
Install `gmp' texinfo files into the right directory.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
-rw-r--r--Library/Formula/gmp.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/gmp.rb b/Library/Formula/gmp.rb
index 7ccf9484b..680b0cd67 100644
--- a/Library/Formula/gmp.rb
+++ b/Library/Formula/gmp.rb
@@ -15,7 +15,7 @@ class Gmp <Formula
# On OS X 10.6, some tests fail under LLVM
ENV.gcc_4_2
- args = ["--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking", "--enable-cxx"]
+ args = ["--prefix=#{prefix}", "--infodir=#{info}", "--disable-debug", "--disable-dependency-tracking", "--enable-cxx"]
# Doesn't compile correctly on 10.5 MacPro in 64 bit mode
if MACOS_VERSION == 10.5 and Hardware.intel_family == :nehalem