diff options
Diffstat (limited to 'net/xorp/patches/patch-ab')
-rw-r--r-- | net/xorp/patches/patch-ab | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/net/xorp/patches/patch-ab b/net/xorp/patches/patch-ab new file mode 100644 index 00000000000..d4d18a681cf --- /dev/null +++ b/net/xorp/patches/patch-ab @@ -0,0 +1,23 @@ +$NetBSD: patch-ab,v 1.1 2006/05/09 21:18:50 joerg Exp $ + +--- configure.orig 2006-05-09 19:56:35.000000000 +0000 ++++ configure +@@ -1806,6 +1806,18 @@ cat >>confdefs.h <<\_ACEOF + _ACEOF + + ;; ++ dragonfly* ) ++ ++cat >>confdefs.h <<\_ACEOF ++#define HOST_OS_DRAGONFLY 1 ++_ACEOF ++ ++ ++cat >>confdefs.h <<\_ACEOF ++#define HOST_OS_NAME "DragonFly" ++_ACEOF ++ ++ ;; + linux* ) + + cat >>confdefs.h <<\_ACEOF |