diff options
author | Kris Kennaway <kris@FreeBSD.org> | 1999-04-30 12:59:50 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 1999-04-30 12:59:50 +0000 |
commit | 97c42220fd6abc3e52207138dbf27623f0c2717e (patch) | |
tree | db7992d07b3409c11d963edcf2583708fe0c4682 /net/net-snmp4 | |
parent | 864a69d10f709369a19bd5df065d2a48ae6fd579 (diff) | |
download | ports-97c42220fd6abc3e52207138dbf27623f0c2717e.tar.gz ports-97c42220fd6abc3e52207138dbf27623f0c2717e.zip |
Notes
Diffstat (limited to 'net/net-snmp4')
-rw-r--r-- | net/net-snmp4/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/net-snmp4/Makefile b/net/net-snmp4/Makefile index 74ff9b6d6afd..f2fb134f9826 100644 --- a/net/net-snmp4/Makefile +++ b/net/net-snmp4/Makefile @@ -3,7 +3,7 @@ # Date created: 26 June 1996 # Whom: gpalmer # -# $Id: Makefile,v 1.26 1999/04/12 08:22:43 asami Exp $ +# $Id: Makefile,v 1.27 1999/04/18 19:14:44 nectar Exp $ # DISTNAME= ucd-snmp-3.6.1 @@ -23,7 +23,7 @@ CONFIGURE_ARGS+= --with-defaults --with-sys-contact=nobody@no.where .else IS_INTERACTIVE= yes .endif -CFLAGS= -g +#CFLAGS= -g MAN1= snmpbulkwalk.1 snmpd.1 snmpdelta.1 snmpget.1 snmpgetnext.1 \ snmpnetstat.1 snmpset.1 snmpstatus.1 snmptable.1 snmptest.1 \ @@ -44,7 +44,7 @@ STARTUP_FILE= ${PREFIX}/etc/rc.d/snmpd.sh.sample BROKEN= "aout build breaks: ld: internal error: RRS relocs exceed allocation 343" .endif -MAKE_ENV+= SHLIB_VERSION=3 +SHLIB_VERSION=3 post-patch: ${CP} ${FILESDIR}/freebsd4.h ${WRKSRC}/s |