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

(-)Makefile (-1 / +7 lines)
Lines 85-88 CMAKE_ARGS+= -DWITH_EMBEDDED_SERVER="ON" Link Here
85
post-patch:
85
post-patch:
86
	@${REINPLACE_CMD} 's/*.1/${MMAN1}/' ${WRKSRC}/man/CMakeLists.txt
86
	@${REINPLACE_CMD} 's/*.1/${MMAN1}/' ${WRKSRC}/man/CMakeLists.txt
87
87
88
.include <bsd.port.mk>
88
.include <bsd.port.pre.mk>
89
90
.if ${ARCH} == "armv6"	 
91
EXTRA_PATCHES+=		${FILESDIR}/extra-patch-config.h.cmake
92
.endif
93
 	 
94
.include <bsd.port.post.mk>
(-)files/extra-patch-config.h.cmake (+12 lines)
Added Link Here
1
--- config.h.cmake.orig	2014-12-05 16:24:02 UTC
2
+++ config.h.cmake
3
@@ -151,7 +151,8 @@
4
 #cmakedefine HAVE_FESETROUND 1
5
 #cmakedefine HAVE_FINITE 1
6
 #cmakedefine HAVE_FP_EXCEPT 1
7
-#cmakedefine HAVE_FPSETMASK 1
8
+#cmakedefine HAVE_FPSETMASK 0
9
+#cmakedefine HAVE_FEDISABLEEXCEPT 1
10
 #cmakedefine HAVE_FSEEKO 1
11
 #cmakedefine HAVE_FSYNC 1
12
 #cmakedefine HAVE_FTIME 1

Return to bug 195750