libdvbpsi: add 0.2.2 bottle.

master
BrewTestBot 2014-07-03 20:34:32 +01:00 committed by Mike McQuaid
parent 45368a6c0f
commit 2820004fc3
1 changed files with 7 additions and 0 deletions

View File

@ -5,6 +5,13 @@ class Libdvbpsi < Formula
url 'http://download.videolan.org/pub/libdvbpsi/0.2.2/libdvbpsi-0.2.2.tar.bz2'
sha1 '562d46ce256a678309f7c39be8cf31eea4bf6757'
bottle do
cellar :any
sha1 "43170452610ab08f16eeb1fbcee4b35d20ec7378" => :mavericks
sha1 "7e762ad29ce50d2f0a058f578269e64715f0d54a" => :mountain_lion
sha1 "acb50f276aa3fba895801775a0b28fda144800ee" => :lion
end
def install
# Clang doesn't recognize O6. Just remove it. Fixes a build error.
inreplace 'configure', 'CFLAGS="${CFLAGS} -O6"', 'CFLAGS="${CFLAGS}"'