pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/libreoffice/patches Define HAVE_INTTYPES_H for __...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3f2bec544eed
branches:  trunk
changeset: 310676:3f2bec544eed
user:      bouyer <bouyer%pkgsrc.org@localhost>
date:      Fri Jul 20 09:36:19 2018 +0000

description:
Define HAVE_INTTYPES_H for __NetBSD__ too.
Fixes build on NetBSD/i386 8.0 at last

diffstat:

 misc/libreoffice/patches/patch-external_mysql-connector-cpp_config.h |  15 ++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)

diffs (19 lines):

diff -r 2f710c9959a0 -r 3f2bec544eed misc/libreoffice/patches/patch-external_mysql-connector-cpp_config.h
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/libreoffice/patches/patch-external_mysql-connector-cpp_config.h      Fri Jul 20 09:36:19 2018 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-external_mysql-connector-cpp_config.h,v 1.1 2018/07/20 09:36:19 bouyer Exp $
+
+--- external/mysql-connector-cpp/config.h.orig 2018-07-19 19:35:30.087775890 +0200
++++ external/mysql-connector-cpp/config.h      2018-07-19 19:37:26.808008694 +0200
+@@ -13,6 +13,10 @@
+ #endif
+ #endif
+ 
++#if defined(__NetBSD__)
++    #define HAVE_INTTYPES_H
++#endif
++
+ #ifdef HAVE_STDINT_H
+ #include <stdint.h>
+ #endif



Home | Main Index | Thread Index | Old Index