Files
macports-ports/net/echoping/files/patch-plugins-dns-dns.c.diff
Ryan Schmidt 1efae6a94b echoping:
* update to 6.0.2
 * remove idn variant and always enable internationalized domain support
 * make ssl the default variant unless you've already chosen the gnutls variant
 * make gnutls and ssl variants conflict with one another
 * add descriptions to variants
 * fix build with latest gnutls which doesn't have libgnutls-config; use pkg-config instead
 * convert to port:-style dependencies
 * add needed dependencies on popt, openldap and pkgconfig

git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@65809 d073be05-634f-4543-b044-5fe20cf6d1d6
2010-04-01 08:43:14 +00:00

11 lines
284 B
Diff

--- plugins/dns/dns.c.orig 2007-04-05 07:40:48.000000000 -0500
+++ plugins/dns/dns.c 2010-04-01 02:44:51.000000000 -0500
@@ -9,6 +9,7 @@
#endif
#include <netinet/in.h>
#include <arpa/nameser.h>
+#include <arpa/nameser_compat.h>
#include <resolv.h>
struct addrinfo name_server;