Skip to content

Commit

Permalink
net-mgmt/net-snmp: Fix build for 15-CURRENT
Browse files Browse the repository at this point in the history
Add support for 15-CURRENT by adding a freebsd15.h (header) file.

Approved by:	portmgr (blanket)
  • Loading branch information
cschuber committed Sep 4, 2023
1 parent c89c9f8 commit 710a64c
Showing 1 changed file with 6 additions and 0 deletions.
@@ -0,0 +1,6 @@
--- /dev/null 2023-09-03 22:25:19.482823000 -0700
+++ include/net-snmp/system/freebsd15.h 2023-09-03 22:24:08.956666000 -0700
@@ -0,0 +1,3 @@
+/* freebsd15 is a superset of freebsd14 */
+#include "freebsd14.h"
+#define freebsd14 freebsd14

0 comments on commit 710a64c

Please sign in to comment.