diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2002-07-22 05:57:58 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2002-07-22 05:57:58 +0000 |
commit | a05aa886451c1b85fee268a1611e76a65ca5f912 (patch) | |
tree | e5ec55e0eec07f2f53c6a910734219ab723aa41e /net/net-snmp/files/patch-aa | |
parent | Fix build in STABLE and CURRENT, _PATH_CP is defined in system includes (diff) |
Upgrade to 5.0.2.
Remove statvfs hack.
Notes
Notes:
svn path=/head/; revision=63375
Diffstat (limited to 'net/net-snmp/files/patch-aa')
-rw-r--r-- | net/net-snmp/files/patch-aa | 18 |
1 files changed, 14 insertions, 4 deletions
diff --git a/net/net-snmp/files/patch-aa b/net/net-snmp/files/patch-aa index 6c287d18ac93..634f4f5ba1f8 100644 --- a/net/net-snmp/files/patch-aa +++ b/net/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 |