diff options
author | joerg <joerg> | 2006-05-16 18:19:13 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-05-16 18:19:13 +0000 |
commit | b224be881ae10038fa198dd29d36ab012783a2ec (patch) | |
tree | a2311c065952564b31031cec361cdad3141591ef /net/xorp/patches | |
parent | 5c9db7b24095ebf2d59e3508bd8630faae156089 (diff) | |
download | pkgsrc-b224be881ae10038fa198dd29d36ab012783a2ec.tar.gz |
Last patchset works better when config.h actually can define
HOST_OS_DRAGONFLY.
Diffstat (limited to 'net/xorp/patches')
-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 + |