mirror of
https://git.freebsd.org/ports.git
synced 2025-05-28 17:06:32 -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
13 lines
440 B
C
13 lines
440 B
C
--- storage/innobase/include/srv0mon.h.orig 2016-11-27 19:44:54 UTC
|
|
+++ storage/innobase/include/srv0mon.h
|
|
@@ -34,6 +34,10 @@ Created 12/15/2009 Jimmy Yang
|
|
/* Required for FreeBSD so that INT64_MAX is defined. */
|
|
#define __STDC_LIMIT_MACROS
|
|
#endif /* __STDC_LIMIT_MACROS */
|
|
+#ifdef __DragonFly__
|
|
+/* The hack above doen't work for dragonfly, stdint.h already imported */
|
|
+#include <machine/int_limits.h>
|
|
+#endif
|
|
|
|
#include <stdint.h>
|
|
|