pkgsrc-wip/powerdns-recursor/patches/patch-ab

11 lines
283 B
Text

--- dns.hh.orig 2007-01-05 12:57:00.000000000 -0500
+++ dns.hh 2007-01-05 12:56:51.000000000 -0500
@@ -171,6 +171,8 @@
#define LITTLE_ENDIAN 1
#elif __FreeBSD__
#include <machine/endian.h>
+#elif __DragonFly__
+#include <machine/endian.h>
#elif __linux__
# include <endian.h>