From abcc7f41789331e6c81d7305450e451f0d77811e Mon Sep 17 00:00:00 2001 From: Stoned Elipot Date: Mon, 30 Dec 2013 10:35:54 +0100 Subject: ctail: fix build on 10.9: set libtool tag. Closes #25547. Signed-off-by: Mike McQuaid --- Library/Formula/ctail.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library') diff --git a/Library/Formula/ctail.rb b/Library/Formula/ctail.rb index 750f86ad5..57a14ad50 100644 --- a/Library/Formula/ctail.rb +++ b/Library/Formula/ctail.rb @@ -11,7 +11,7 @@ class Ctail < Formula def install system "./configure", "--prefix=#{prefix}", "--disable-debug" - system 'make' + system 'make', 'LIBTOOL=glibtool --tag=CC' system 'make install' end end -- cgit v1.2.3