[Pkg-cmake-commits] [cmake] 03/07: Refresh fix-ftbfs-on-kfreebsd.patch

Felix Geyer fgeyer at moszumanska.debian.org
Sat Apr 15 11:20:40 UTC 2017


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

fgeyer pushed a commit to branch experimental
in repository cmake.

commit 2130d9a98a74c48ec38d0a8a07dda3c740167431
Author: Felix Geyer <fgeyer at debian.org>
Date:   Fri Apr 14 19:10:41 2017 +0200

    Refresh fix-ftbfs-on-kfreebsd.patch
---
 debian/changelog                           |  7 +++++++
 debian/patches/fix-ftbfs-on-kfreebsd.patch | 14 +++++++-------
 2 files changed, 14 insertions(+), 7 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 3aeb431..9dd3032 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+cmake (3.8.0-1) UNRELEASED; urgency=medium
+
+  * New upstream release.
+  * Refresh fix-ftbfs-on-kfreebsd.patch
+
+ -- Felix Geyer <fgeyer at debian.org>  Fri, 14 Apr 2017 19:02:17 +0200
+
 cmake (3.7.2-1) unstable; urgency=medium
 
   * New upstream release.
diff --git a/debian/patches/fix-ftbfs-on-kfreebsd.patch b/debian/patches/fix-ftbfs-on-kfreebsd.patch
index 7082411..c8d97f6 100644
--- a/debian/patches/fix-ftbfs-on-kfreebsd.patch
+++ b/debian/patches/fix-ftbfs-on-kfreebsd.patch
@@ -20,12 +20,12 @@ all places.
 
 --- a/Source/kwsys/SystemInformation.cxx
 +++ b/Source/kwsys/SystemInformation.cxx
-@@ -123,7 +123,7 @@ typedef int siginfo_t;
- # endif
+@@ -108,7 +108,7 @@ typedef int siginfo_t;
+ #endif
  #endif
  
--#if defined(__linux) || defined (__sun) || defined(_SCO_DS)
-+#if defined(__linux) || defined (__sun) || defined(_SCO_DS) || defined(__GLIBC__) || defined(__GNU__)
- # include <fenv.h>
- # include <sys/socket.h>
- # include <netdb.h>
+-#if defined(__linux) || defined(__sun) || defined(_SCO_DS)
++#if defined(__linux) || defined(__sun) || defined(_SCO_DS) || defined(__GLIBC__) || defined(__GNU__)
+ #include <fenv.h>
+ #include <netdb.h>
+ #include <netinet/in.h>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-cmake/cmake.git



More information about the Pkg-cmake-commits mailing list