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:           Tue Jan  8 19:18:55 UTC 2019

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

Log Message:
Fix building on macOS 10.14


To generate a diff of this commit:
cvs rdiff -u -r1.124 -r1.125 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.124 pkgsrc/net/net-snmp/Makefile:1.125
--- pkgsrc/net/net-snmp/Makefile:1.124  Wed Aug 22 09:45:55 2018
+++ pkgsrc/net/net-snmp/Makefile        Tue Jan  8 19:18:55 2019
@@ -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 @@ post-extract:
        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