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: Sun Jul 23 17:43:33 UTC 2017
Modified Files:
pkgsrc/net/net-snmp: Makefile
Log Message:
Fix for macOS High Sierra
To generate a diff of this commit:
cvs rdiff -u -r1.119 -r1.120 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.119 pkgsrc/net/net-snmp/Makefile:1.120
--- pkgsrc/net/net-snmp/Makefile:1.119 Mon Jun 5 14:24:16 2017
+++ pkgsrc/net/net-snmp/Makefile Sun Jul 23 17:43:33 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.119 2017/06/05 14:24:16 ryoon Exp $
+# $NetBSD: Makefile,v 1.120 2017/07/23 17:43:33 adam Exp $
.include "Makefile.common"
CATEGORIES= net
@@ -120,6 +120,7 @@ post-extract:
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
.endif
post-wrapper:
Home |
Main Index |
Thread Index |
Old Index