rakudo-star 2013.10
Closes Homebrew/homebrew#24498. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
6f8b94cd17
commit
cbe92d2153
1 changed files with 3 additions and 3 deletions
|
@ -2,8 +2,8 @@ require 'formula'
|
|||
|
||||
class RakudoStar < Formula
|
||||
homepage 'http://rakudo.org/'
|
||||
url 'http://rakudo.org/downloads/star/rakudo-star-2013.09.tar.gz'
|
||||
sha256 '3e777dfc1763a68edc2d879a37122aee0f33c9de65d148c41ad209b95b1aef16'
|
||||
url 'http://rakudo.org/downloads/star/rakudo-star-2013.10.tar.gz'
|
||||
sha256 'cbc6c8b976d19d351eaf1fb0257e971a534c385252ed50b59b41b2459245e4cf'
|
||||
|
||||
conflicts_with 'parrot'
|
||||
|
||||
|
@ -15,7 +15,7 @@ class RakudoStar < Formula
|
|||
def install
|
||||
libffi = Formula.factory("libffi")
|
||||
ENV.remove 'CPPFLAGS', "-I#{libffi.include}"
|
||||
ENV.prepend 'CPPFLAGS', "-I#{libffi.lib}/libffi-3.0.11/include"
|
||||
ENV.prepend 'CPPFLAGS', "-I#{libffi.lib}/libffi-#{libffi.version}/include"
|
||||
|
||||
ENV.j1 # An intermittent race condition causes random build failures.
|
||||
system "perl", "Configure.pl", "--prefix=#{prefix}", "--gen-parrot"
|
||||
|
|
Loading…
Reference in a new issue