diff options
author | tron <tron@pkgsrc.org> | 2001-09-24 15:06:20 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-09-24 15:06:20 +0000 |
commit | 9030bb8063191ac93e02ea08557d97003630fa5e (patch) | |
tree | 3fb1c24eddca1bf6b092ab7e37d0c91d3be04c0c /net | |
parent | 9d1956040f4f77b810c919a08103309bf77819d3 (diff) | |
download | pkgsrc-9030bb8063191ac93e02ea08557d97003630fa5e.tar.gz |
Fix build problem under NetBSD-current. Patch supplied by Naoto Shimazaki
in PR pkg/14005.
Diffstat (limited to 'net')
-rw-r--r-- | net/ucd-snmp-current/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ucd-snmp-current/Makefile b/net/ucd-snmp-current/Makefile index 1b2ece33cce..e8a86f00152 100644 --- a/net/ucd-snmp-current/Makefile +++ b/net/ucd-snmp-current/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2001/09/11 01:33:22 wrstuden Exp $ -# +# $NetBSD: Makefile,v 1.14 2001/09/24 15:06:20 tron Exp $ DISTNAME= ucd-snmp-4.2.1 CATEGORIES= net @@ -49,6 +48,7 @@ CONFIGURE_ARGS+=--with-mibdirs="${PREFIX}/share/snmp/mibs:${PREFIX}/lib/tcl/tnm2 # do not supply them: post-extract: @${ECHO} 'int allow_severity, deny_severity;' >${WRKSRC}/snmplib/libwrap.c + @${LN} ${WRKSRC}/s/netbsd.h ${WRKSRC}/s/netbsdelf.h pre-configure: cd ${WRKSRC} && ${LOCALBASE}/bin/autoreconf |