FreeBSD Bugzilla – Attachment 241398 Details for
Bug 270666
devel/apr1: Broken with MySQL 5.7
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
[patch] MY_BOOL definition only added since MySQL 8.0.1
devel_apr1-20230410.diff (text/plain), 479 bytes, created by
Toshimichi Masubuchi
on 2023-04-10 10:20:41 UTC
(
hide
)
Description:
[patch] MY_BOOL definition only added since MySQL 8.0.1
Filename:
MIME Type:
Creator:
Toshimichi Masubuchi
Created:
2023-04-10 10:20:41 UTC
Size:
479 bytes
patch
obsolete
>diff --git a/devel/apr1/files/patch-PR59332 b/devel/apr1/files/patch-PR59332 >index 781d41e85..738a1f6bd 100644 >--- a/devel/apr1/files/patch-PR59332 >+++ b/devel/apr1/files/patch-PR59332 >@@ -8,7 +8,7 @@ Also reported in PR230538 devel/apr1 fails with mysql80-client > #include <errmsg.h> > #endif > >-+#if !defined(HAVE_TYPE_MY_BOOL) && !defined(LIBMARIADB) >++#if !defined(MARIADB_BASE_VERSION) && (MYSQL_VERSION_ID > 80000) > +#include <stdbool.h> > +typedef bool my_bool; > +#endif
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 270666
: 241398