In OSX 10.9 the default -stdlib
option for clang++ is libc++
, so that's what Macport uses when building packages.
Is there any way to tell Macports to use libstdc++
instead?
In particular I would like to build OpenCV through Macports so it's using libstdc++
, but I imagine I'll run into a need to do so for other packages as well