Refresh fix-ftbfs-on-kfreebsd.patch
This commit is contained in:
parent
e567ae1c00
commit
2130d9a98a
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
|||||||
|
cmake (3.8.0-1) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
|
* New upstream release.
|
||||||
|
* Refresh fix-ftbfs-on-kfreebsd.patch
|
||||||
|
|
||||||
|
-- Felix Geyer <fgeyer@debian.org> Fri, 14 Apr 2017 19:02:17 +0200
|
||||||
|
|
||||||
cmake (3.7.2-1) unstable; urgency=medium
|
cmake (3.7.2-1) unstable; urgency=medium
|
||||||
|
|
||||||
* New upstream release.
|
* New upstream release.
|
||||||
|
14
debian/patches/fix-ftbfs-on-kfreebsd.patch
vendored
14
debian/patches/fix-ftbfs-on-kfreebsd.patch
vendored
@ -20,12 +20,12 @@ all places.
|
|||||||
|
|
||||||
--- a/Source/kwsys/SystemInformation.cxx
|
--- a/Source/kwsys/SystemInformation.cxx
|
||||||
+++ b/Source/kwsys/SystemInformation.cxx
|
+++ b/Source/kwsys/SystemInformation.cxx
|
||||||
@@ -123,7 +123,7 @@ typedef int siginfo_t;
|
@@ -108,7 +108,7 @@ typedef int siginfo_t;
|
||||||
# endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
-#if defined(__linux) || defined (__sun) || defined(_SCO_DS)
|
-#if defined(__linux) || defined(__sun) || defined(_SCO_DS)
|
||||||
+#if defined(__linux) || defined (__sun) || defined(_SCO_DS) || defined(__GLIBC__) || defined(__GNU__)
|
+#if defined(__linux) || defined(__sun) || defined(_SCO_DS) || defined(__GLIBC__) || defined(__GNU__)
|
||||||
# include <fenv.h>
|
#include <fenv.h>
|
||||||
# include <sys/socket.h>
|
#include <netdb.h>
|
||||||
# include <netdb.h>
|
#include <netinet/in.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user