aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/gforth.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/gforth.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/gforth.rb')
-rw-r--r--Library/Formula/gforth.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/gforth.rb b/Library/Formula/gforth.rb
index 881b56147..2d716188f 100644
--- a/Library/Formula/gforth.rb
+++ b/Library/Formula/gforth.rb
@@ -10,7 +10,7 @@ class Gforth < Formula
depends_on 'pcre'
def install
- cp Dir["#{Formula["libtool"].opt_share}/libtool/config/config.*"], buildpath
+ cp Dir["#{Formula["libtool"].opt_share}/libtool/*/config.{guess,sub}"], buildpath
ENV.deparallelize
system "./configure", "--prefix=#{prefix}"
system "make" # Separate build steps.