pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/net-snmp



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Nov 25 16:05:07 UTC 2016

Modified Files:
        pkgsrc/net/net-snmp: Makefile

Log Message:
Fix building on newer macOS


To generate a diff of this commit:
cvs rdiff -u -r1.117 -r1.118 pkgsrc/net/net-snmp/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/net-snmp/Makefile
diff -u pkgsrc/net/net-snmp/Makefile:1.117 pkgsrc/net/net-snmp/Makefile:1.118
--- pkgsrc/net/net-snmp/Makefile:1.117  Sat Jul  9 06:38:44 2016
+++ pkgsrc/net/net-snmp/Makefile        Fri Nov 25 16:05:07 2016
@@ -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 @@ post-extract:
 # 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