pkgsrc/net/pim6sd/patches/patch-ae
joerg e8653ea28b Add DragonFly support. Remove conditional Makefile code, which was
supposed to handle different bsd.prog.mk semantic. pkgsrc has always
the NetBSD behaviour.
2006-02-24 20:08:32 +00:00

13 lines
389 B
Text

$NetBSD: patch-ae,v 1.1 2006/02/24 20:08:32 joerg Exp $
--- config.c.orig 2006-02-24 19:59:04.000000000 +0000
+++ config.c
@@ -62,7 +62,7 @@
#include <sys/socket.h>
#include <sys/queue.h>
#include <net/if.h>
-#if defined(__FreeBSD__) && __FreeBSD__ >= 3
+#if defined(__DragonFly__) || (defined(__FreeBSD__) && __FreeBSD__ >= 3)
#include <net/if_var.h>
#endif
#include <net/route.h>