pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/glib2/patches #include <sys/types.h> for glib/gt...
details: https://anonhg.NetBSD.org/pkgsrc/rev/3ddf03f9936d
branches: trunk
changeset: 335643:3ddf03f9936d
user: schmonz <schmonz%pkgsrc.org@localhost>
date: Tue Jun 25 15:11:36 2019 +0000
description:
#include <sys/types.h> for glib/gtypes.h to find ssize_t on OS X.
diffstat:
devel/glib2/patches/patch-glib_gtypes.h | 12 ++++++++++--
1 files changed, 10 insertions(+), 2 deletions(-)
diffs (25 lines):
diff -r 0cd46ade35eb -r 3ddf03f9936d devel/glib2/patches/patch-glib_gtypes.h
--- a/devel/glib2/patches/patch-glib_gtypes.h Tue Jun 25 14:39:28 2019 +0000
+++ b/devel/glib2/patches/patch-glib_gtypes.h Tue Jun 25 15:11:36 2019 +0000
@@ -1,11 +1,19 @@
-$NetBSD: patch-glib_gtypes.h,v 1.1 2019/06/25 10:57:28 prlw1 Exp $
+$NetBSD: patch-glib_gtypes.h,v 1.2 2019/06/25 15:11:36 schmonz Exp $
We insist on C99, so size_t exists => use it.
PR pkg/54298
--- glib/gtypes.h.orig 2019-06-10 17:47:20.000000000 +0000
+++ glib/gtypes.h
-@@ -57,6 +57,9 @@ typedef unsigned int guint;
+@@ -32,6 +32,7 @@
+ #include <glibconfig.h>
+ #include <glib/gmacros.h>
+ #include <glib/gversionmacros.h>
++#include <sys/types.h>
+ #include <time.h>
+
+ G_BEGIN_DECLS
+@@ -57,6 +58,9 @@ typedef unsigned int guint;
typedef float gfloat;
typedef double gdouble;
Home |
Main Index |
Thread Index |
Old Index