aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/recode.rb
diff options
context:
space:
mode:
authorJack Nagel2014-12-07 00:14:29 -0500
committerJack Nagel2014-12-07 00:15:40 -0500
commit897f9c56a225ad51b3d0de4f3635d1b9ba79cd47 (patch)
tree5fe0189c10d57cb9ea4fb632eb3aa6c1d86566f9 /Library/Formula/recode.rb
parent37e07274557451ca5b4edf3da4d831e115620d05 (diff)
downloadhomebrew-897f9c56a225ad51b3d0de4f3635d1b9ba79cd47.tar.bz2
Provide compatibility with libtool 2.4.2 and 2.4.3+
The location of config.guess and config.sub changed.
Diffstat (limited to 'Library/Formula/recode.rb')
-rw-r--r--Library/Formula/recode.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/recode.rb b/Library/Formula/recode.rb
index 6e45db55c..18b1e39e8 100644
--- a/Library/Formula/recode.rb
+++ b/Library/Formula/recode.rb
@@ -14,7 +14,7 @@ class Recode < Formula
ENV.append 'LDFLAGS', '-liconv'
ENV.append 'LDFLAGS', '-lintl'
- cp Dir["#{Formula["libtool"].opt_share}/libtool/config/config.*"], buildpath
+ cp Dir["#{Formula["libtool"].opt_share}/libtool/*/config.{guess,sub}"], buildpath
system "./configure", "--disable-debug",
"--disable-dependency-tracking",