- remove now unneeded workaround for mips64
This commit is contained in:
parent
3eae3e6638
commit
e01c06b201
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.43 2010/05/19 15:50:00 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.44 2010/05/22 09:50:06 jasper Exp $
|
||||
|
||||
COMMENT-main= extendable SNMP implementation
|
||||
COMMENT-perl= SNMP modules for Perl
|
||||
@ -6,7 +6,7 @@ COMMENT-tkmib= graphical SNMP MIB browser
|
||||
|
||||
V= 5.4.2.1
|
||||
DISTNAME= net-snmp-${V}
|
||||
PKGNAME-main= ${DISTNAME}p4
|
||||
PKGNAME-main= ${DISTNAME}p5
|
||||
PKGNAME-perl= p5-SNMP-${V}p1
|
||||
PKGNAME-tkmib= net-snmp-tkmib-${V}
|
||||
SHARED_LIBS= netsnmp 8.0 \
|
||||
@ -49,11 +49,6 @@ CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
|
||||
--with-logfile="/var/log/snmpd" \
|
||||
--with-persistent-directory="/var/net-snmp"
|
||||
|
||||
# gcc 3.3.5 internal compiler error
|
||||
.if ${MACHINE_ARCH:Mmips64*}
|
||||
CFLAGS+= -O0
|
||||
.endif
|
||||
|
||||
REGRESS_TARGET= test
|
||||
|
||||
post-install:
|
||||
|
Loading…
Reference in New Issue
Block a user