FreeBSD Bugzilla – Attachment 152897 Details for
Bug 197550
[arm] databases/percona56-server using unsupported fpsetmask types
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
fix build on armv6
percona56-server.patch (text/plain), 706 bytes, created by
Mikael Urankar
on 2015-02-12 13:28:53 UTC
(
hide
)
Description:
fix build on armv6
Filename:
MIME Type:
Creator:
Mikael Urankar
Created:
2015-02-12 13:28:53 UTC
Size:
706 bytes
patch
obsolete
>--- 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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 197550
: 152897