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 newer macOS



details:   https://anonhg.NetBSD.org/pkgsrc/rev/986678b05dd9
branches:  trunk
changeset: 355208:986678b05dd9
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Nov 25 16:05:07 2016 +0000

description:
Fix building on newer macOS

diffstat:

 net/net-snmp/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r d3baf4972d19 -r 986678b05dd9 net/net-snmp/Makefile
--- a/net/net-snmp/Makefile     Fri Nov 25 15:50:13 2016 +0000
+++ b/net/net-snmp/Makefile     Fri Nov 25 16:05:07 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.117 2016/07/09 06:38:44 wiz Exp $
+# $NetBSD: Makefile,v 1.118 2016/11/25 16:05:07 adam Exp $
 
 .include "Makefile.common"
 CATEGORIES=    net
@@ -118,6 +118,8 @@
 # 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
 .endif
 
 post-wrapper:



Home | Main Index | Thread Index | Old Index