git: c33029664ee6 - main - net-mgmt/net-snmp: Add include for freebsd 15.x to fix build
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 08 Sep 2023 14:40:22 UTC
The branch main has been updated by zi:
URL: https://cgit.FreeBSD.org/ports/commit/?id=c33029664ee6dcef9e30f7cd63da9308eca7afe9
commit c33029664ee6dcef9e30f7cd63da9308eca7afe9
Author: Ryan Steinmetz <zi@FreeBSD.org>
AuthorDate: 2023-09-08 14:39:36 +0000
Commit: Ryan Steinmetz <zi@FreeBSD.org>
CommitDate: 2023-09-08 14:40:04 +0000
net-mgmt/net-snmp: Add include for freebsd 15.x to fix build
---
net-mgmt/net-snmp/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/net-mgmt/net-snmp/Makefile b/net-mgmt/net-snmp/Makefile
index eacbe131304b..e5f60faefcbd 100644
--- a/net-mgmt/net-snmp/Makefile
+++ b/net-mgmt/net-snmp/Makefile
@@ -250,6 +250,8 @@ post-patch:
.endif
@${CP} ${WRKSRC}/include/net-snmp/system/freebsd12.h \
${WRKSRC}/include/net-snmp/system/freebsd13.h
+ @${CP} ${WRKSRC}/include/net-snmp/system/freebsd14.h \
+ ${WRKSRC}/include/net-snmp/system/freebsd15.h
.for header in darwin7.h darwin8.h darwin9.h darwin10.h darwin11.h darwin12.h \
darwin13.h darwin14.h darwin15.h darwin16.h darwin17.h
@${CP} ${WRKSRC}/include/net-snmp/system/darwin.h \