gource: do not depend on boost C++11
This commit is contained in:
parent
250386ac69
commit
7ad94167f2
1 changed files with 1 additions and 9 deletions
|
@ -23,6 +23,7 @@ class Gource < Formula
|
|||
|
||||
depends_on "pkg-config" => :build
|
||||
depends_on "glm" => :build
|
||||
depends_on "boost"
|
||||
depends_on "freetype"
|
||||
depends_on "glew"
|
||||
depends_on "libpng"
|
||||
|
@ -30,15 +31,6 @@ class Gource < Formula
|
|||
depends_on "sdl2"
|
||||
depends_on "sdl2_image"
|
||||
|
||||
# boost failing on lion
|
||||
depends_on :macos => :mountain_lion
|
||||
|
||||
if MacOS.version < :mavericks
|
||||
depends_on "boost" => "c++11"
|
||||
else
|
||||
depends_on "boost"
|
||||
end
|
||||
|
||||
needs :cxx11
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue