aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/mal4s.rb
diff options
context:
space:
mode:
authorMisty De Meo2014-04-04 21:16:09 -0700
committerMisty De Meo2014-04-12 10:36:00 -0700
commit15ca054a15eff279232672d3d2b59abbae148fb6 (patch)
tree724b03e69406782b7efd91597f4c66f99b86eade /Library/Formula/mal4s.rb
parent049bfda0b47ea851cb0241642ae26170915be616 (diff)
downloadhomebrew-15ca054a15eff279232672d3d2b59abbae148fb6.tar.bz2
Formula: provide compiler failure collections
`needs` allows formulae to specify dependencies on cross-compiler dependencies, allowing multiple failures to be specified in a single statement. For instance, `needs :cxx11` adds seven compiler failures. Closes #22912.
Diffstat (limited to 'Library/Formula/mal4s.rb')
-rw-r--r--Library/Formula/mal4s.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Formula/mal4s.rb b/Library/Formula/mal4s.rb
index 7a7a64b4b..9f2a064c6 100644
--- a/Library/Formula/mal4s.rb
+++ b/Library/Formula/mal4s.rb
@@ -7,7 +7,6 @@ class Mal4s < Formula
head 'https://github.com/secure411dotorg/mal4s.git'
- depends_on :macos => :mavericks
depends_on :automake
depends_on :autoconf
depends_on :libtool
@@ -23,6 +22,8 @@ class Mal4s < Formula
depends_on 'sdl2_image'
depends_on 'sdl2_mixer'
+ needs :cxx11
+
def install
args = ["--disable-dependency-tracking",
"--prefix=#{prefix}"]