diff options
author | tron <tron> | 2001-09-24 09:40:00 +0000 |
---|---|---|
committer | tron <tron> | 2001-09-24 09:40:00 +0000 |
commit | 8fae341ccaacd91d25db881d74df8f5a527bdf79 (patch) | |
tree | f8ef2bb31f6f98ef404af3112d25ca21cbec3812 /net | |
parent | 563714801019d4c406689ddfce44e640d62f8867 (diff) | |
download | pkgsrc-8fae341ccaacd91d25db881d74df8f5a527bdf79.tar.gz |
Fix build problem under NetBSD-current. Patch supplied by Naoto Shimazaki
in PR pkg/14045.
Diffstat (limited to 'net')
-rw-r--r-- | net/ucd-snmp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/ucd-snmp/Makefile b/net/ucd-snmp/Makefile index 75eb9c4cd4a..7009e4efe7b 100644 --- a/net/ucd-snmp/Makefile +++ b/net/ucd-snmp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2001/08/27 14:35:12 tron Exp $ +# $NetBSD: Makefile,v 1.36 2001/09/24 09:40:00 tron Exp $ DISTNAME= ucd-snmp-4.1.2 CATEGORIES= net @@ -43,6 +43,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 |