From 897f9c56a225ad51b3d0de4f3635d1b9ba79cd47 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sun, 7 Dec 2014 00:14:29 -0500 Subject: Provide compatibility with libtool 2.4.2 and 2.4.3+ The location of config.guess and config.sub changed. --- Library/Formula/recode.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula/recode.rb') 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", -- cgit v1.2.3