pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/net-snmp Fix building on macOS 10.14
details: https://anonhg.NetBSD.org/pkgsrc/rev/541d6e422b29
branches: trunk
changeset: 389797:541d6e422b29
user: adam <adam%pkgsrc.org@localhost>
date: Tue Jan 08 19:18:55 2019 +0000
description:
Fix building on macOS 10.14
diffstat:
net/net-snmp/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 6e3fa3a7c8e1 -r 541d6e422b29 net/net-snmp/Makefile
--- a/net/net-snmp/Makefile Tue Jan 08 19:13:15 2019 +0000
+++ b/net/net-snmp/Makefile Tue Jan 08 19:18:55 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.124 2018/08/22 09:45:55 wiz Exp $
+# $NetBSD: Makefile,v 1.125 2019/01/08 19:18:55 adam Exp $
.include "Makefile.common"
CATEGORIES= net
@@ -122,6 +122,7 @@
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
.endif
post-wrapper:
Home |
Main Index |
Thread Index |
Old Index