diff options
Diffstat (limited to 'net-mgmt/net-snmp/files/patch-aa')
-rw-r--r-- | net-mgmt/net-snmp/files/patch-aa | 18 |
1 files changed, 14 insertions, 4 deletions
diff --git a/net-mgmt/net-snmp/files/patch-aa b/net-mgmt/net-snmp/files/patch-aa index 6c287d1..634f4f5 100644 --- a/net-mgmt/net-snmp/files/patch-aa +++ b/net-mgmt/net-snmp/files/patch-aa @@ -1,6 +1,6 @@ ---- snmplib/Makefile.in.orig Mon Oct 2 11:41:46 2000 -+++ snmplib/Makefile.in Wed Jan 17 18:29:44 2001 -@@ -70,6 +70,10 @@ +--- snmplib/Makefile.in.orig Wed Jul 17 02:50:49 2002 ++++ snmplib/Makefile.in Mon Jul 22 12:24:37 2002 +@@ -140,6 +140,10 @@ libsnmp.$(LIB_EXTENSION)$(LIB_VERSION): ${TOBJS} $(LIB_LD_CMD) libsnmp.$(LIB_EXTENSION)$(LIB_VERSION) ${TOBJS} @@ -10,4 +10,14 @@ + ../libsnmp.so.4 $(RANLIB) libsnmp.$(LIB_EXTENSION)$(LIB_VERSION) - installdirs: + #how to build dependencies +@@ -158,6 +162,6 @@ + # + # dependencies + # +-ifeq ($(AUTO_DEPEND),y) +-include $(SOURCES:.c=.d) +-endif ++#ifeq ($(AUTO_DEPEND),y) ++#include $(SOURCES:.c=.d) ++#endif |