fix typo in #include filename
This commit is contained in:
parent
34950220fd
commit
b3d92205cd
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.116 2020/09/07 10:18:14 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.117 2021/07/30 20:07:40 sthen Exp $
|
||||
|
||||
COMMENT-main= extendable SNMP implementation
|
||||
COMMENT-tkmib= graphical SNMP MIB browser
|
||||
@ -8,6 +8,7 @@ DISTNAME= net-snmp-$V
|
||||
MULTI_PACKAGES= -main -tkmib
|
||||
PKGNAME-main= net-snmp-$V
|
||||
PKGNAME-tkmib= net-snmp-tkmib-$V
|
||||
REVISION-main= 0
|
||||
|
||||
# tkmib isn't flavoured
|
||||
FULLPKGPATH-tkmib= net/net-snmp,-tkmib
|
||||
|
@ -1,9 +1,9 @@
|
||||
$OpenBSD: patch-include_net-snmp_system_openbsd7_h,v 1.1 2019/10/29 14:49:19 sthen Exp $
|
||||
$OpenBSD: patch-include_net-snmp_system_openbsd7_h,v 1.2 2021/07/30 20:07:41 sthen Exp $
|
||||
|
||||
Index: include/net-snmp/system/openbsd7.h
|
||||
--- include/net-snmp/system/openbsd7.h.orig
|
||||
+++ include/net-snmp/system/openbsd7.h
|
||||
@@ -0,0 +1,3 @@
|
||||
+/* openbsd7 is a superset of all since openbsd3 */
|
||||
+#include "openbsd7.h"
|
||||
+#include "openbsd6.h"
|
||||
+#define openbsd6 openbsd6
|
||||
|
Loading…
x
Reference in New Issue
Block a user