summaryrefslogtreecommitdiff
path: root/net-mgmt/net-snmp/files/patch-agent__Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/net-snmp/files/patch-agent__Makefile.in')
-rw-r--r--net-mgmt/net-snmp/files/patch-agent__Makefile.in11
1 files changed, 0 insertions, 11 deletions
diff --git a/net-mgmt/net-snmp/files/patch-agent__Makefile.in b/net-mgmt/net-snmp/files/patch-agent__Makefile.in
deleted file mode 100644
index ea77d690e368..000000000000
--- a/net-mgmt/net-snmp/files/patch-agent__Makefile.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./agent/Makefile.in.orig 2011-12-02 07:44:29.000000000 -0500
-+++ ./agent/Makefile.in 2011-12-02 07:45:06.000000000 -0500
-@@ -302,7 +302,7 @@
- $(RANLIB) $(AGENTLIB)
-
- libnetsnmpmibs.$(LIB_EXTENSION)$(LIB_VERSION): ${LMIBOBJS} $(AGENTLIB) $(USELIBS)
-- $(LIB_LD_CMD) $(MIBLIB) ${LMIBOBJS} $(AGENTLIB) $(USELIBS) @LD_NO_UNDEFINED@ $(LDFLAGS) ${LMIBLIBS} $(LIB_LD_LIBS) @AGENTLIBS@
-+ $(LIB_LD_CMD) $(MIBLIB) ${LMIBOBJS} $(AGENTLIB) $(USELIBS) @LD_NO_UNDEFINED@ $(LDFLAGS) $(PERLLDOPTS_FOR_LIBS) ${LMIBLIBS} $(LIB_LD_LIBS) @AGENTLIBS@
- $(RANLIB) $(MIBLIB)
-
- agentlib: $(AGENTLIB)