Bugzilla – Attachment 143832 Details for
Bug 119012
NetBSD build fix
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
NetBSD build fix
0001-NetBSD-build-fix.patch (text/plain), 896 bytes, created by
Emmanuel Dreyfus
on 2018-07-31 02:01:00 UTC
(
hide
)
Description:
NetBSD build fix
Filename:
MIME Type:
Creator:
Emmanuel Dreyfus
Created:
2018-07-31 02:01:00 UTC
Size:
896 bytes
patch
obsolete
>From 48818b454314d0ee09bb75da2a84384ae9085cc9 Mon Sep 17 00:00:00 2001 >From: Emmanuel Dreyfus <manu@netbsd.org> >Date: Tue, 31 Jul 2018 03:47:43 +0200 >Subject: [PATCH] NetBSD build fix > >Make sure NetBSD has HAVE_STDINT_H defined >--- > external/mysql-connector-cpp/config.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/external/mysql-connector-cpp/config.h b/external/mysql-connector-cpp/config.h >index eaa929437182..b400128b5106 100644 >--- a/external/mysql-connector-cpp/config.h >+++ b/external/mysql-connector-cpp/config.h >@@ -6,7 +6,7 @@ > #define HAVE_FUNCTION_STRTOL 1 > #define HAVE_FUNCTION_STRTOULL 1 > >-#if defined(MACOSX) || defined(__sun) || defined(LINUX) || defined (_MSC_VER) >+#if defined(MACOSX) || defined(__sun) || defined(LINUX) || defined(__NetBSD__) || defined (_MSC_VER) > #define HAVE_STDINT_H > #ifndef _MSC_VER > #define HAVE_INTTYPES_H >-- >2.18.0 >
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 Raw
Actions:
View
Attachments on
bug 119012
: 143832