opam: building with aspcud requires C++11 support

Closes Homebrew/homebrew#26414
This commit is contained in:
Adam Vandenberg 2014-04-13 09:07:43 -07:00
parent 2f6267635e
commit 15a504e7db

View file

@ -10,6 +10,10 @@ class Opam < Formula
depends_on "objective-caml"
depends_on "aspcud" => :recommended
if build.with? "aspcud"
needs :cxx11
end
def install
ENV.deparallelize
# Set TERM to workaround bug in ocp-build (ocaml/opam#1038)