summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorjoerg <joerg>2006-05-16 18:19:13 +0000
committerjoerg <joerg>2006-05-16 18:19:13 +0000
commitb224be881ae10038fa198dd29d36ab012783a2ec (patch)
treea2311c065952564b31031cec361cdad3141591ef /net
parent5c9db7b24095ebf2d59e3508bd8630faae156089 (diff)
downloadpkgsrc-b224be881ae10038fa198dd29d36ab012783a2ec.tar.gz
Last patchset works better when config.h actually can define
HOST_OS_DRAGONFLY.
Diffstat (limited to 'net')
-rw-r--r--net/xorp/distinfo3
-rw-r--r--net/xorp/patches/patch-ae14
2 files changed, 16 insertions, 1 deletions
diff --git a/net/xorp/distinfo b/net/xorp/distinfo
index 7e5cc8fcca8..ee80ec98648 100644
--- a/net/xorp/distinfo
+++ b/net/xorp/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.5 2006/05/09 21:18:49 joerg Exp $
+$NetBSD: distinfo,v 1.6 2006/05/16 18:19:13 joerg Exp $
SHA1 (xorp-1.2.tar.gz) = 061792f0810c7cf8ea9782457c8408a7f7b44516
RMD160 (xorp-1.2.tar.gz) = 8ea6865adc587d58a6f98222a2c6b61bbedc805b
@@ -7,3 +7,4 @@ SHA1 (patch-aa) = b4949c9ea56002a964fd530696b8477aed2c280b
SHA1 (patch-ab) = e6fd2c892f53f9d412241273a3c0ec8ea8cc5637
SHA1 (patch-ac) = 69a3b9526262dcb4cf7f09f1d408acd43d22de6f
SHA1 (patch-ad) = e836d2cc8f6bbca16682bf884cdaae5ed826dedd
+SHA1 (patch-ae) = 6ec968d497bc69d437ac888c4eff16f74011066a
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
+