mirror of
https://git.freebsd.org/ports.git
synced 2025-06-09 06:40:33 -04:00
- client and server version 5.7.16-10 - pam-for-mysql: compatible with newer MySQL API (MySQL 5.7+) Thanks to all who have worked on Percona, MariaDB, and MySQL ports. Your tireless efforts have been instrumental in making this port happen. Differential Revision: https://reviews.freebsd.org/D8785
29 lines
706 B
CMake
29 lines
706 B
CMake
--- Makefile
|
|
+++ Makefile
|
|
@@ -95,8 +95,8 @@ post-patch:
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
-.if ${ARCH} == "arm"
|
|
-BROKEN= Does not compile on arm
|
|
+.if ${ARCH} == "armv6"
|
|
+EXTRA_PATCHES+= ${FILESDIR}/extra-patch-config.h.cmake
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|
|
|
|
--- /dev/null
|
|
+++ files/extra-patch-config.h.cmake
|
|
@@ -0,0 +1,12 @@
|
|
+--- config.h.cmake.orig 2014-12-05 16:24:02 UTC
|
|
++++ config.h.cmake
|
|
+@@ -151,7 +151,8 @@
|
|
+ #cmakedefine HAVE_FESETROUND 1
|
|
+ #cmakedefine HAVE_FINITE 1
|
|
+ #cmakedefine HAVE_FP_EXCEPT 1
|
|
+-#cmakedefine HAVE_FPSETMASK 1
|
|
++#cmakedefine HAVE_FPSETMASK 0
|
|
++#cmakedefine HAVE_FEDISABLEEXCEPT 1
|
|
+ #cmakedefine HAVE_FSEEKO 1
|
|
+ #cmakedefine HAVE_FSYNC 1
|
|
+ #cmakedefine HAVE_FTIME 1
|