aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2013-11-11 19:05:47 -0600
committerJack Nagel2013-11-11 19:05:47 -0600
commit8c7a79c3c1b38454dfc73b8829668faaa747caff (patch)
treeac965675ecd9c416aa0b7fd3fdb9945ca186d800 /Library
parent5d91377a35e520a770c64476a1494c416665f33b (diff)
downloadhomebrew-8c7a79c3c1b38454dfc73b8829668faaa747caff.tar.bz2
orc 0.4.18
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/orc.rb9
1 files changed, 2 insertions, 7 deletions
diff --git a/Library/Formula/orc.rb b/Library/Formula/orc.rb
index 667983b3b..d388034f4 100644
--- a/Library/Formula/orc.rb
+++ b/Library/Formula/orc.rb
@@ -2,15 +2,10 @@ require 'formula'
class Orc < Formula
homepage 'http://code.entropywave.com/projects/orc/'
- url 'http://code.entropywave.com/download/orc/orc-0.4.17.tar.gz'
- sha1 '5cb7b3225a23bc4a5771a62e9c94a90d21609632'
+ url 'http://code.entropywave.com/download/orc/orc-0.4.18.tar.gz'
+ sha1 '0119bec2291c878a7953cb041dd080856c986ccf'
def install
- # Fix compiling on 32 bit systems. See:
- # https://trac.macports.org/ticket/26881
- # https://github.com/mxcl/homebrew/issues/8848
- ENV["CFLAGS"] = "-Xarch_i386 -O1" #if Hardware.is_32_bit?
-
system "./configure", "--disable-dependency-tracking",
"--prefix=#{prefix}",
"--disable-gtk-doc"