FreeBSD Bugzilla – Attachment 200483 Details for
Bug 229605
databases/mysql57-client fails to compile on 11.2-RELEASE (i386) (__atomic_load_8,__atomic_load_8 etc. unresolved)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for mysql57-server Makefile
mysql57-server_Makefile.patch (text/plain), 530 bytes, created by
PitDron
on 2018-12-25 07:50:41 UTC
(
hide
)
Description:
Patch for mysql57-server Makefile
Filename:
MIME Type:
Creator:
PitDron
Created:
2018-12-25 07:50:41 UTC
Size:
530 bytes
patch
obsolete
>--- Makefile.orig 2018-12-24 15:10:10.617768000 +0300 >+++ Makefile 2018-12-25 10:36:22.132481000 +0300 >@@ -167,6 +167,11 @@ > # issue 220865: MySQL developers forgot that FreeBSD != Linux > @${REINPLACE_CMD} -e 's|%%FREEBSD_LOCAL_LIB%%|${LOCALBASE}/lib|g' \ > ${WRKSRC}/configure.cmake >+.if ${ARCH} == i386 >+.if ${COMPILER_TYPE} == clang && ${COMPILER_VERSION} >= 40 >+ @${ECHO} 'SET(HAVE_GCC_ATOMIC_BUILTINS CACHE INTERNAL "")' >> ${WRKSRC}/cmake/os/${OPSYS}.cmake >+.endif >+.endif > > .if !defined(CLIENT_ONLY) > post-install:
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
Flags:
pitdron
:
maintainer-approval?
(
mmokhi
)
Actions:
View
|
Diff
Attachments on
bug 229605
: 200483