View | Details | Raw Unified | Return to bug 253910 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	sysctlview
3
PORTNAME=	sysctlview
4
PORTVERSION=	2.0.1
4
PORTVERSION=	2.0.1
5
PORTREVISION=	3
5
PORTREVISION=	4
6
CATEGORIES=	deskutils
6
CATEGORIES=	deskutils
7
7
8
MAINTAINER=	alfix86@gmail.com
8
MAINTAINER=	alfix86@gmail.com
(-)files/patch-src_model.h (+11 lines)
Line 0 Link Here
1
--- src/model.h.orig	2021-02-28 23:52:22 UTC
2
+++ src/model.h
3
@@ -26,6 +26,8 @@
4
 #ifndef _MODEL_H_
5
 #define _MODEL_H_
6
 
7
+#include <sys/sysctl.h>
8
+
9
 extern "C"{
10
 #include <sysctlmibinfo2.h>
11
 }

Return to bug 253910