Index: Makefile =================================================================== --- Makefile (revision 328121) +++ Makefile (working copy) @@ -26,4 +26,10 @@ ${REINPLACE_CMD} -e '/pkgconfig/s|$${LIB_INSTALL_DIR}|libdata|' \ ${WRKSRC}/CMakeLists.txt -.include +.include + +.if (${CXX:T} == "clang++" && ${OSVERSION} > 902000) || ${OSVERSION} > 1000054 +CXXFLAGS+= -stdlib=libc++ -std=c++11 +.endif + +.include Index: files/patch-src__utils.h =================================================================== --- files/patch-src__utils.h (revision 0) +++ files/patch-src__utils.h (working copy) @@ -0,0 +1,10 @@ +--- src/utils.h.orig 2013-09-21 17:20:43.538723086 +0000 ++++ src/utils.h 2013-09-21 17:21:02.622721058 +0000 +@@ -30,6 +30,7 @@ + #include + #include + #include ++#include // std::fill + + #ifndef HAVE_ROUND + static inline double round(double x) Property changes on: files/patch-src__utils.h ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property