[Pkg-ocaml-maint-commits] [pagodacf] 06/07: Include stdint.h so that it works also with ocaml 4.02

Stéphane Glondu glondu at moszumanska.debian.org
Wed Jul 19 09:04:21 UTC 2017


This is an automated email from the git hooks/post-receive script.

glondu pushed a commit to branch master
in repository pagodacf.

commit 8482952be5ba59562776705016f41025b8464f69
Author: Stephane Glondu <steph at glondu.net>
Date:   Wed Jul 19 10:58:01 2017 +0200

    Include stdint.h so that it works also with ocaml 4.02
---
 ...02-Use-stdint-types-to-fix-FTBFS-with-ocaml-4.04.patch | 15 ++++++++++++++-
 1 file changed, 14 insertions(+), 1 deletion(-)

diff --git a/debian/patches/0002-Use-stdint-types-to-fix-FTBFS-with-ocaml-4.04.patch b/debian/patches/0002-Use-stdint-types-to-fix-FTBFS-with-ocaml-4.04.patch
index 9045441..4fde5d1 100644
--- a/debian/patches/0002-Use-stdint-types-to-fix-FTBFS-with-ocaml-4.04.patch
+++ b/debian/patches/0002-Use-stdint-types-to-fix-FTBFS-with-ocaml-4.04.patch
@@ -3,12 +3,25 @@ Date: Wed, 19 Jul 2017 10:47:28 +0200
 Subject: Use stdint types to fix FTBFS with ocaml 4.04
 
 ---
+ cf_common_p.h |  1 +
  cf_tai64_p.c  | 18 +++++++++---------
  cf_tai64_p.h  |  2 +-
  cf_tai64n_p.c | 42 +++++++++++++++++++++---------------------
  cf_tai64n_p.h |  2 +-
- 4 files changed, 32 insertions(+), 32 deletions(-)
+ 5 files changed, 33 insertions(+), 32 deletions(-)
 
+diff --git a/cf_common_p.h b/cf_common_p.h
+index 1b486bf..4fb44b8 100644
+--- a/cf_common_p.h
++++ b/cf_common_p.h
+@@ -33,6 +33,7 @@
+ #ifndef _CF_COMMON_P_H
+ #define _CF_COMMON_P_H
+ 
++#include <stdint.h>
+ #include <caml/alloc.h>
+ #include <caml/callback.h>
+ #include <caml/custom.h>
 diff --git a/cf_tai64_p.c b/cf_tai64_p.c
 index ac11358..07b48d5 100644
 --- a/cf_tai64_p.c

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ocaml-maint/packages/pagodacf.git



More information about the Pkg-ocaml-maint-commits mailing list