diff options
author | kris <kris@FreeBSD.org> | 1999-04-30 20:59:50 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 1999-04-30 20:59:50 +0800 |
commit | 78c3867830b4d7951f1b277f78a9a5abdc176c2f (patch) | |
tree | e72b42d846617b21ddd059d1ddd76c99e26db911 /net/net-snmp4 | |
parent | 1a6f58a920a05f059754b23be025c64be70f69bd (diff) | |
download | freebsd-ports-gnome-78c3867830b4d7951f1b277f78a9a5abdc176c2f.tar.gz freebsd-ports-gnome-78c3867830b4d7951f1b277f78a9a5abdc176c2f.tar.zst freebsd-ports-gnome-78c3867830b4d7951f1b277f78a9a5abdc176c2f.zip |
Unbreak.
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 |