View | Details | Raw Unified | Return to bug 182345
Collapse All | Expand All

(-)Makefile (-1 / +7 lines)
Lines 26-29 Link Here
26
	${REINPLACE_CMD} -e '/pkgconfig/s|$${LIB_INSTALL_DIR}|libdata|' \
26
	${REINPLACE_CMD} -e '/pkgconfig/s|$${LIB_INSTALL_DIR}|libdata|' \
27
		 ${WRKSRC}/CMakeLists.txt
27
		 ${WRKSRC}/CMakeLists.txt
28
28
29
.include <bsd.port.mk>
29
.include <bsd.port.pre.mk>
30
31
.if (${CXX:T} == "clang++" && ${OSVERSION} > 902000) || ${OSVERSION} > 1000054
32
CXXFLAGS+= -stdlib=libc++ -std=c++11
33
.endif
34
35
.include <bsd.port.post.mk>
(-)files/patch-src__utils.h (+10 lines)
Line 0 Link Here
1
--- src/utils.h.orig	2013-09-21 17:20:43.538723086 +0000
2
+++ src/utils.h	2013-09-21 17:21:02.622721058 +0000
3
@@ -30,6 +30,7 @@
4
 #include <stdint.h>
5
 #include <limits>
6
 #include <iterator>
7
+#include <algorithm>    // std::fill
8
 
9
 #ifndef HAVE_ROUND
10
 static inline double round(double x)

Return to bug 182345