Refresh patches.
This commit is contained in:
parent
33ec571d43
commit
df99e7c840
4
debian/patches/fix-ftbfs-on-kfreebsd.patch
vendored
4
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
|
||||||
@@ -108,7 +108,7 @@ typedef int siginfo_t;
|
@@ -112,7 +112,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 <netdb.h>
|
# include <netdb.h>
|
||||||
# include <netinet/in.h>
|
# include <netinet/in.h>
|
||||||
|
# include <sys/socket.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user