aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorHermiod2014-05-05 22:24:04 +0200
committerJack Nagel2014-05-10 11:18:48 -0500
commitb3c9c9a28abe3482e4850526ca9cfcea62f72c10 (patch)
tree34f01411057a835db9ed5fea8d981350862c40ab /Library/Formula
parentd497e9b73253c539f142e4ac7b6950ce2fee0898 (diff)
downloadhomebrew-b3c9c9a28abe3482e4850526ca9cfcea62f72c10.tar.bz2
libcppa 0.9.1
[jn: add ENV.cxx11] Closes #28975. Closes #29112. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/libcppa.rb6
1 files changed, 4 insertions, 2 deletions
diff --git a/Library/Formula/libcppa.rb b/Library/Formula/libcppa.rb
index 9972594aa..97da88752 100644
--- a/Library/Formula/libcppa.rb
+++ b/Library/Formula/libcppa.rb
@@ -2,8 +2,8 @@ require 'formula'
class Libcppa < Formula
homepage 'http://libcppa.blogspot.it'
- url 'https://github.com/Neverlord/libcppa/archive/V0.8.1.tar.gz'
- sha1 'd4f096aae2bb72e254ad6df45edf3fb62370acaa'
+ url 'http://github.com/Neverlord/libcppa/archive/V0.9.1.tar.gz'
+ sha1 '70ea94e25b508d85ee4899f9632eb71b79f17480'
depends_on 'cmake' => :build
@@ -13,6 +13,8 @@ class Libcppa < Formula
option 'with-examples', 'Build examples'
def install
+ ENV.cxx11
+
args = %W[
--prefix=#{prefix}
--build-static