diff options
author | adam <adam@pkgsrc.org> | 2019-01-08 19:18:55 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2019-01-08 19:18:55 +0000 |
commit | 18a7449195b87972711105cc9267907acc898af5 (patch) | |
tree | 75b7d7de0134af1e357270e861c43b52ef20409a /net | |
parent | 4b8a2c5d9c5a06d9ba9c757517e10210f7285c1d (diff) | |
download | pkgsrc-18a7449195b87972711105cc9267907acc898af5.tar.gz |
Fix building on macOS 10.14
Diffstat (limited to 'net')
-rw-r--r-- | net/net-snmp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/net-snmp/Makefile b/net/net-snmp/Makefile index f470023f0c9..e02510819fc 100644 --- a/net/net-snmp/Makefile +++ b/net/net-snmp/Makefile @@ -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: |