pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/libreoffice/patches



Module Name:    pkgsrc
Committed By:   bouyer
Date:           Fri Jul 20 09:36:19 UTC 2018

Added Files:
        pkgsrc/misc/libreoffice/patches:
            patch-external_mysql-connector-cpp_config.h

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


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/misc/libreoffice/patches/patch-external_mysql-connector-cpp_config.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/misc/libreoffice/patches/patch-external_mysql-connector-cpp_config.h
diff -u /dev/null pkgsrc/misc/libreoffice/patches/patch-external_mysql-connector-cpp_config.h:1.1
--- /dev/null   Fri Jul 20 09:36:19 2018
+++ pkgsrc/misc/libreoffice/patches/patch-external_mysql-connector-cpp_config.h Fri Jul 20 09:36:19 2018
@@ -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