mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
* 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
11 lines
284 B
Diff
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;
|