security/wazuh-manager: Fix issue on aarch64

- Bump PORTREVISION
Reported by:	pkg-fallout
This commit is contained in:
Jose Alonso Cardenas Marquez 2023-04-04 09:11:32 -05:00
parent f4b9e5c40a
commit a3244e67b7
2 changed files with 2 additions and 1 deletions

View file

@ -1,6 +1,7 @@
PORTNAME= wazuh
DISTVERSION= 4.4.0
DISTVERSIONPREFIX= v
PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= https://packages.wazuh.com/deps/18/libraries/sources/:wazuh_sources \
LOCAL/acm/${PORTNAME}/:wazuh_cache

View file

@ -5,7 +5,7 @@
#include <unistd.h>
#include <netinet/in.h>
+#ifdef __FreeBSD__
+#include <machine/exec.h>
+#define __LDPGSZ 4096
+#endif
#ifdef SOLARIS