1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

sysutils/cfengine-devel: Include missing patches

Include patches missed in c3e20983b7.

Fixes:		c3e20983b7
This commit is contained in:
Cy Schubert 2023-12-06 07:15:53 -08:00
parent 597ca5a01e
commit 9b557757b0
2 changed files with 18 additions and 0 deletions

View File

@ -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

View File

@ -0,0 +1,10 @@
--- libpromises/cf3.defs.h.orig 2023-12-04 08:49:45.000000000 -0800
+++ libpromises/cf3.defs.h 2023-12-05 21:29:59.417994000 -0800
@@ -1695,6 +1695,7 @@
/* common macros */
/*************************************************************************/
+#include <pcre.h>
#include <rlist.h>
#include <dbm_api.h>
#include <sequence.h>