summaryrefslogtreecommitdiff
path: root/net/net-snmp/patches/patch-dt
diff options
context:
space:
mode:
Diffstat (limited to 'net/net-snmp/patches/patch-dt')
-rw-r--r--net/net-snmp/patches/patch-dt9
1 files changed, 2 insertions, 7 deletions
diff --git a/net/net-snmp/patches/patch-dt b/net/net-snmp/patches/patch-dt
index f9ec54521fd..39fd895267e 100644
--- a/net/net-snmp/patches/patch-dt
+++ b/net/net-snmp/patches/patch-dt
@@ -1,15 +1,10 @@
-$NetBSD: patch-dt,v 1.3 2006/08/22 14:06:33 joerg Exp $
+$NetBSD: patch-dt,v 1.4 2006/09/24 15:04:35 joerg Exp $
--- agent/Makefile.in.orig 2006-03-19 21:34:14.000000000 +0000
+++ agent/Makefile.in
-@@ -136,8 +136,12 @@ libnetsnmpagent.$(LIB_EXTENSION)$(LIB_VE
- $(LIB_LD_CMD) libnetsnmpagent.$(LIB_EXTENSION)$(LIB_VERSION) ${LLIBAGENTOBJS} $(LIB_LD_LIBS)
+@@ -137,7 +137,7 @@ libnetsnmpagent.$(LIB_EXTENSION)$(LIB_VE
$(RANLIB) libnetsnmpagent.$(LIB_EXTENSION)$(LIB_VERSION)
-+.if ${OPSYS} == "DragonFly"
-+MIB_SYSTEM_LIBS= -lkinfo
-+.endif
-+
libnetsnmpmibs.$(LIB_EXTENSION)$(LIB_VERSION): ${LMIBOBJS}
- $(LIB_LD_CMD) libnetsnmpmibs.$(LIB_EXTENSION)$(LIB_VERSION) ${LMIBOBJS} $(LIB_LD_LIBS)
+ $(LIB_LD_CMD) libnetsnmpmibs.$(LIB_EXTENSION)$(LIB_VERSION) ${LMIBOBJS} $(LIB_LD_LIBS) $(MIB_SYSTEM_LIBS)