summaryrefslogtreecommitdiff
path: root/net/net-snmp/patches
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2007-08-12 13:36:36 +0000
committerjoerg <joerg@pkgsrc.org>2007-08-12 13:36:36 +0000
commitfa8a956e56e7bb0e3a1108791691a238730a4c7c (patch)
tree646c09b78b9ca346984fad25fcc15fe2a99428bf /net/net-snmp/patches
parent6cffd558cc3043243b94e84ce3a49fe477851707 (diff)
downloadpkgsrc-fa8a956e56e7bb0e3a1108791691a238730a4c7c.tar.gz
Remove dragonfly.h, it is included upstream now.
Restore patch-dt (MIB_SYSTEM_LIBS), still needed for DragonFly.
Diffstat (limited to 'net/net-snmp/patches')
-rw-r--r--net/net-snmp/patches/patch-dt13
1 files changed, 13 insertions, 0 deletions
diff --git a/net/net-snmp/patches/patch-dt b/net/net-snmp/patches/patch-dt
new file mode 100644
index 00000000000..14a56624b22
--- /dev/null
+++ b/net/net-snmp/patches/patch-dt
@@ -0,0 +1,13 @@
+$NetBSD: patch-dt,v 1.7 2007/08/12 13:36:38 joerg Exp $
+
+--- agent/Makefile.in.orig 2007-08-12 13:04:23.000000000 +0000
++++ agent/Makefile.in
+@@ -147,7 +147,7 @@ libnetsnmpagent.$(LIB_EXTENSION)$(LIB_VE
+ $(RANLIB) $(AGENTLIB)
+
+ libnetsnmpmibs.$(LIB_EXTENSION)$(LIB_VERSION): ${LMIBOBJS} $(HELPERLIB) $(AGENTLIB) $(USELIBS)
+- $(LIB_LD_CMD) $(MIBLIB) ${LMIBOBJS} $(HELPERLIB) $(AGENTLIB) $(USELIBS) ${LMIBLIBS} $(LDFLAGS) $(LIB_LD_LIBS)
++ $(LIB_LD_CMD) $(MIBLIB) ${LMIBOBJS} $(HELPERLIB) $(AGENTLIB) $(USELIBS) ${LMIBLIBS} $(LDFLAGS) $(LIB_LD_LIBS) ${MIB_SYSTEM_LIBS}
+ $(RANLIB) $(MIBLIB)
+
+ agentlib: $(AGENTLIB)