From a7fd6229ef73573ada781c412bd2a0ccc051e820 Mon Sep 17 00:00:00 2001 From: Lars Bilke Date: Mon, 3 Mar 2014 07:44:22 +0100 Subject: vrpn: fix build on 10.9 Fixes #25987. Closes #27151. Signed-off-by: Adam Vandenberg --- Library/Formula/vrpn.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Library/Formula') diff --git a/Library/Formula/vrpn.rb b/Library/Formula/vrpn.rb index dd5f351d1..ca137d4df 100644 --- a/Library/Formula/vrpn.rb +++ b/Library/Formula/vrpn.rb @@ -15,6 +15,8 @@ class Vrpn < Formula depends_on 'doxygen' if build.include? 'docs' def install + ENV.libstdcxx + args = std_cmake_args if build.include? 'clients' -- cgit v1.2.3