pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/net-snmp net-snmp: fix for Darwin 19
details: https://anonhg.NetBSD.org/pkgsrc/rev/77ce34fbe7f0
branches: trunk
changeset: 428088:77ce34fbe7f0
user: adam <adam%pkgsrc.org@localhost>
date: Fri Apr 24 13:27:48 2020 +0000
description:
net-snmp: fix for Darwin 19
diffstat:
net/net-snmp/Makefile | 13 +++++++------
1 files changed, 7 insertions(+), 6 deletions(-)
diffs (27 lines):
diff -r b19b7937c71d -r 77ce34fbe7f0 net/net-snmp/Makefile
--- a/net/net-snmp/Makefile Fri Apr 24 13:24:21 2020 +0000
+++ b/net/net-snmp/Makefile Fri Apr 24 13:27:48 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.127 2020/01/18 21:48:20 jperkin Exp $
+# $NetBSD: Makefile,v 1.128 2020/04/24 13:27:48 adam Exp $
.include "Makefile.common"
CATEGORIES= net
@@ -118,11 +118,12 @@
cp ${FILESDIR}/cpu_dragonfly.c ${WRKSRC}/agent/mibgroup/hardware/cpu/cpu_nlist.c
# XXX make it build on OS X 10.10; remove on the next update
.elif ${OPSYS} == "Darwin"
- ln -s ${WRKSRC}/include/net-snmp/system/darwin13.h ${WRKSRC}/include/net-snmp/system/darwin14.h
- ln -s ${WRKSRC}/include/net-snmp/system/darwin13.h ${WRKSRC}/include/net-snmp/system/darwin15.h
- ln -s ${WRKSRC}/include/net-snmp/system/darwin13.h ${WRKSRC}/include/net-snmp/system/darwin16.h
- ln -s ${WRKSRC}/include/net-snmp/system/darwin13.h ${WRKSRC}/include/net-snmp/system/darwin17.h
- ln -s ${WRKSRC}/include/net-snmp/system/darwin13.h ${WRKSRC}/include/net-snmp/system/darwin18.h
+ ${LN} -s ${WRKSRC}/include/net-snmp/system/darwin13.h ${WRKSRC}/include/net-snmp/system/darwin14.h
+ ${LN} -s ${WRKSRC}/include/net-snmp/system/darwin13.h ${WRKSRC}/include/net-snmp/system/darwin15.h
+ ${LN} -s ${WRKSRC}/include/net-snmp/system/darwin13.h ${WRKSRC}/include/net-snmp/system/darwin16.h
+ ${LN} -s ${WRKSRC}/include/net-snmp/system/darwin13.h ${WRKSRC}/include/net-snmp/system/darwin17.h
+ ${LN} -s ${WRKSRC}/include/net-snmp/system/darwin13.h ${WRKSRC}/include/net-snmp/system/darwin18.h
+ ${LN} -s ${WRKSRC}/include/net-snmp/system/darwin13.h ${WRKSRC}/include/net-snmp/system/darwin19.h
.endif
post-wrapper:
Home |
Main Index |
Thread Index |
Old Index