summaryrefslogtreecommitdiff
path: root/net/ucd-snmp
diff options
context:
space:
mode:
authorkim <kim>1999-06-14 16:04:02 +0000
committerkim <kim>1999-06-14 16:04:02 +0000
commit54bc68e7010963b5a17cd18089b247531a92cf8d (patch)
treeb026349a409c3dc3508ff6e44bc273a7fea50748 /net/ucd-snmp
parent70f7050cd10dd3cb28cbbb24e6f9e03ba2558fc2 (diff)
downloadpkgsrc-54bc68e7010963b5a17cd18089b247531a92cf8d.tar.gz
Now detecting the type of rtentry works (on my 1.3H) and
the software compiles. Hopefully this change does not break anything on 1.4 systems.
Diffstat (limited to 'net/ucd-snmp')
-rw-r--r--net/ucd-snmp/patches/patch-aa144
1 files changed, 141 insertions, 3 deletions
diff --git a/net/ucd-snmp/patches/patch-aa b/net/ucd-snmp/patches/patch-aa
index 7dd6ab82368..479f68c7439 100644
--- a/net/ucd-snmp/patches/patch-aa
+++ b/net/ucd-snmp/patches/patch-aa
@@ -1,7 +1,7 @@
-$NetBSD: patch-aa,v 1.7 1999/05/04 03:51:57 tv Exp $
+$NetBSD: patch-aa,v 1.8 1999/06/14 16:04:02 kim Exp $
--- configure.orig Mon Mar 15 19:27:31 1999
-+++ configure Mon May 3 23:39:50 1999
++++ configure Mon Jun 14 11:50:06 1999
@@ -744,7 +744,7 @@
if test "x$withval" != "x" -a -d "$withval"; then
LIBS="-L$withval -lwrap $LIBS"
@@ -23,7 +23,145 @@ $NetBSD: patch-aa,v 1.7 1999/05/04 03:51:57 tv Exp $
fi
-@@ -7699,6 +7700,7 @@
+@@ -4941,11 +4942,15 @@
+
+
+ #include <sys/types.h>
++#if 0
+ #define KERNEL
+ #define _KERNEL
++#endif
+ #include <sys/socket.h>
++#if 0
+ #undef KERNEL
+ #undef _KERNEL
++#endif
+ #include <net/route.h>
+
+
+@@ -4994,11 +4999,15 @@
+ #include "confdefs.h"
+
+ #include <sys/types.h>
++#if 0
+ #define KERNEL
+ #define _KERNEL
++#endif
+ #include <sys/socket.h>
++#if 0
+ #undef KERNEL
+ #undef _KERNEL
++#endif
+ #include <net/route.h>
+
+ int main() {
+@@ -5029,11 +5038,15 @@
+ #include "confdefs.h"
+
+ #include <sys/types.h>
++#if 0
+ #define KERNEL
+ #define _KERNEL
++#endif
+ #include <sys/socket.h>
++#if 0
+ #undef KERNEL
+ #undef _KERNEL
++#endif
+ #include <net/route.h>
+
+ int main() {
+@@ -5079,7 +5092,9 @@
+ cat > conftest.$ac_ext <<EOF
+ #line 5081 "configure"
+ #include "confdefs.h"
++#if 0
+ #define KERNEL
++#endif
+ #include<net/route.h>
+
+ EOF
+@@ -5131,11 +5146,15 @@
+ #include "confdefs.h"
+
+ #include <sys/types.h>
++#if 0
+ #define KERNEL
+ #define _KERNEL
++#endif
+ #include <sys/socket.h>
++#if 0
+ #undef KERNEL
+ #undef _KERNEL
++#endif
+ #include <net/route.h>
+
+ int main() {
+@@ -5195,11 +5214,15 @@
+
+
+ #include <sys/types.h>
++#if 0
+ #define KERNEL
+ #define _KERNEL
++#endif
+ #include <sys/socket.h>
++#if 0
+ #undef KERNEL
+ #undef _KERNEL
++#endif
+ #include <net/route.h>
+
+
+@@ -5262,11 +5285,15 @@
+
+
+ #include <sys/types.h>
++#if 0
+ #define KERNEL
+ #define _KERNEL
++#endif
+ #include <sys/socket.h>
++#if 0
+ #undef KERNEL
+ #undef _KERNEL
++#endif
+ #include <net/route.h>
+
+
+@@ -5329,11 +5356,15 @@
+
+
+ #include <sys/types.h>
++#if 0
+ #define KERNEL
+ #define _KERNEL
++#endif
+ #include <sys/socket.h>
++#if 0
+ #undef KERNEL
+ #undef _KERNEL
++#endif
+ #include <net/route.h>
+
+
+@@ -5396,11 +5427,15 @@
+
+
+ #include <sys/types.h>
++#if 0
+ #define KERNEL
+ #define _KERNEL
++#endif
+ #include <sys/socket.h>
++#if 0
+ #undef KERNEL
+ #undef _KERNEL
++#endif
+ #include <net/route.h>
+
+
+@@ -7699,6 +7734,7 @@
fi
fi