summaryrefslogtreecommitdiff
path: root/sysutils/cfengine-devel/files/patch-libenv_sysinfo.h
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2023-12-06 07:15:53 -0800
committerCy Schubert <cy@FreeBSD.org>2023-12-06 07:17:02 -0800
commit9b557757b0e56c40d3a32a6dea992ea72eabe38d (patch)
tree094dd29c6ca0b9a1f2e1613abc5c2e01d4f55d01 /sysutils/cfengine-devel/files/patch-libenv_sysinfo.h
parentemulators/higan: Update to v110 (diff)
sysutils/cfengine-devel: Include missing patches
Include patches missed in c3e20983b789. Fixes: c3e20983b789
Diffstat (limited to 'sysutils/cfengine-devel/files/patch-libenv_sysinfo.h')
-rw-r--r--sysutils/cfengine-devel/files/patch-libenv_sysinfo.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/sysutils/cfengine-devel/files/patch-libenv_sysinfo.h b/sysutils/cfengine-devel/files/patch-libenv_sysinfo.h
new file mode 100644
index 000000000000..dbb77e0d7172
--- /dev/null
+++ b/sysutils/cfengine-devel/files/patch-libenv_sysinfo.h
@@ -0,0 +1,8 @@
+--- libenv/sysinfo.h.orig 2023-12-04 08:49:45.000000000 -0800
++++ libenv/sysinfo.h 2023-12-05 21:21:51.352396000 -0800
+@@ -40,4 +40,5 @@
+
+ JsonElement* GetUserInfo(const void *passwd);
+
++#include <pcre.h>
+ #endif