diff options
| author | Garrett Wollman <wollman@FreeBSD.org> | 2004-02-23 04:42:13 +0000 |
|---|---|---|
| committer | Garrett Wollman <wollman@FreeBSD.org> | 2004-02-23 04:42:13 +0000 |
| commit | 60aab665670e50cb18bba45ee25f2ed091759741 (patch) | |
| tree | 924c1af9c149083e0626ceb279b67ad6ca69e630 /net/net-snmp4/files/patch-al | |
| parent | BROKEN on !i386: Does not compile (diff) | |
Say hello to the new "net-mgmt" category. There are probably more
ports that belong here than the ones I have identified and moved in
this, first, pass.
Approved in principle by: marcus
Diffstat (limited to 'net/net-snmp4/files/patch-al')
| -rw-r--r-- | net/net-snmp4/files/patch-al | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/net/net-snmp4/files/patch-al b/net/net-snmp4/files/patch-al deleted file mode 100644 index c2464056b6bc..000000000000 --- a/net/net-snmp4/files/patch-al +++ /dev/null @@ -1,29 +0,0 @@ ---- configure.in~ Sat May 6 01:46:26 2000 -+++ configure.in Wed May 17 11:09:08 2000 -@@ -1286,6 +1286,26 @@ - AC_CACHE_CHECK(type of rtentry structure,ac_cv_RTENTRY_TYPE, - [ - -+dnl 4.4 compatible but renamed on FreeBSD -+AC_TRY_COMPILE([ -+#include <sys/types.h> -+#define KERNEL -+#define _KERNEL -+#include <sys/socket.h> -+#undef KERNEL -+#undef _KERNEL -+#include <net/route.h> -+],[ -+ -+#ifndef STRUCT_RTENTRY_HAS_RT_DST -+#define rt_dst rt_nodes->rn_key -+#endif -+ -+ struct rtentry rt; -+ rt.rt_nodes[0].rn_bit = 1; -+ rt.rt_dst; -+ ], ac_cv_RTENTRY_TYPE="BSD-4.4") -+ - dnl 4.4 compat - AC_TRY_COMPILE([ - #include <sys/types.h> |
