aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorDominyk Tiller2014-11-09 22:58:51 +0000
committerJack Nagel2014-11-09 17:11:23 -0600
commitd41fc294d1b69094cf15037c3f2954e7987beaf6 (patch)
tree2350098dfceb3903c3594810be03f954f8da4f4c /Library/Formula
parentfdee3f7fa5a6496b8296e171407eb2816c04bdbc (diff)
downloadhomebrew-d41fc294d1b69094cf15037c3f2954e7987beaf6.tar.bz2
libtecla 1.6.3
Version bump to [fix](http://www.astro.caltech.edu/~mcs/tecla/changes.html) the Libtecla OS X build issues. Closes #34054. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/libtecla.rb6
1 files changed, 2 insertions, 4 deletions
diff --git a/Library/Formula/libtecla.rb b/Library/Formula/libtecla.rb
index 8c3801f13..2776eeaf1 100644
--- a/Library/Formula/libtecla.rb
+++ b/Library/Formula/libtecla.rb
@@ -2,8 +2,8 @@ require "formula"
class Libtecla < Formula
homepage "http://www.astro.caltech.edu/~mcs/tecla/index.html"
- url "http://www.astro.caltech.edu/~mcs/tecla/libtecla-1.6.2.tar.gz"
- sha1 "2eae391d29ee02d921e73c4acc78350c9b03d618"
+ url "http://www.astro.caltech.edu/~mcs/tecla/libtecla-1.6.3.tar.gz"
+ sha1 "1c2ca66c16deea59cde6fff53a5cfb9a02659ffc"
bottle do
cellar :any
@@ -15,8 +15,6 @@ class Libtecla < Formula
def install
ENV.j1
system "./configure", "--prefix=#{prefix}", "--mandir=#{man}"
- # Emailed upstream with this fix on 31st October 2014.
- inreplace "Makefile", "libgcc.a", ""
system "make", "install"
end
end