diff options
Diffstat (limited to 'net/xorp/patches/patch-ae')
-rw-r--r-- | net/xorp/patches/patch-ae | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/net/xorp/patches/patch-ae b/net/xorp/patches/patch-ae new file mode 100644 index 00000000000..d7adb5b1742 --- /dev/null +++ b/net/xorp/patches/patch-ae @@ -0,0 +1,14 @@ +$NetBSD: patch-ae,v 1.1 2006/05/16 18:19:14 joerg Exp $ + +--- config.h.in.orig 2006-05-16 16:57:36.000000000 +0000 ++++ config.h.in +@@ -536,6 +536,9 @@ + /* Define to 1 if the OS is FreeBSD */ + #undef HOST_OS_FREEBSD + ++/* Define to 1 if the OS is DragonFly */ ++#undef HOST_OS_DRAGONFLY ++ + /* Define to 1 if the OS is Linux */ + #undef HOST_OS_LINUX + |