aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/libebml.rb
diff options
context:
space:
mode:
authorJack Nagel2013-11-25 09:05:50 -0600
committerJack Nagel2013-11-25 09:37:53 -0600
commitd13ce183b2a36cd69867c561bd1b3ed2bf902e4b (patch)
tree5454e26a8d85c66624ef25902035a1318b7ff8c8 /Library/Formula/libebml.rb
parent7e2a2dbbf3f5e07ca24a2c3f76ddf97ac2157674 (diff)
downloadhomebrew-d13ce183b2a36cd69867c561bd1b3ed2bf902e4b.tar.bz2
mkvtoolnix: fix deps
Diffstat (limited to 'Library/Formula/libebml.rb')
-rw-r--r--Library/Formula/libebml.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/Library/Formula/libebml.rb b/Library/Formula/libebml.rb
index 86c3438af..600b0e450 100644
--- a/Library/Formula/libebml.rb
+++ b/Library/Formula/libebml.rb
@@ -6,7 +6,11 @@ class Libebml < Formula
mirror 'http://www.bunkus.org/videotools/mkvtoolnix/sources/libebml-1.3.0.tar.bz2'
sha256 '83b074d6b62715aa0080406ea84d33df2e44b5d874096640233a4db49b8096de'
+ option :cxx11
+
def install
+ ENV.cxx11 if build.cxx11?
+
cd 'make/linux' do
system "make", "install", "prefix=#{prefix}", "CXX=#{ENV.cxx}"
end