root/trunk/ports/net/libhesiod/files/patch-hesiod.c

Revision 2, 294 bytes (checked in by broder, 17 years ago)

Adding the ports that I've built so far - libhesiod, hesiod, and moira.

Hesiod and libhesiod should probably be submitted upstream to the MacPorts repository instead of ours.

Also, libhesiod doesn't compile as a universal library because libtool hates people

  • Property svn:eol-style set to native
Line 
1 --- hesiod.c.orig       2007-12-17 01:54:47.000000000 -0500
2 +++ hesiod.c    2007-12-17 02:04:47.000000000 -0500
3 @@ -45,7 +45,7 @@
4  
5  #include <sys/types.h>
6  #include <netinet/in.h>
7 -#include <arpa/nameser.h>
8 +#include <arpa/nameser_compat.h>
9  #include <errno.h>
10  #include <netdb.h>
11  #include <resolv.h>
Note: See TracBrowser for help on using the browser.