vrpn: fix build on 10.9

Fixes Homebrew/homebrew#25987.
Closes Homebrew/homebrew#27151.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Lars Bilke 2014-03-03 07:44:22 +01:00 committed by Adam Vandenberg
parent 06c8b873ba
commit 150a39ec33

View file

@ -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'