view network/iputils/fix-defines.patch @ 197:b7a4154f75ca

x11/libice: initial import, closes #1297
author David Demelier <markand@malikania.fr>
date Tue, 19 Mar 2019 20:20:00 +0100
parents 96cc0131586a
children
line wrap: on
line source

--- a/ping.h
+++ b/ping.h
@@ -44,6 +44,10 @@
 #define getnameinfo_flags 0
 #endif
 
+#ifndef AI_CANONIDN
+#define AI_CANONIDN 0x0080
+#endif
+
 #ifndef WITHOUT_IFADDRS
 #include <ifaddrs.h>
 #endif