ports/security/openvas/files/patch-misc_openvas-krb5.c
Jose Alonso Cardenas Marquez 0cca7195e1
security/gvm: Update to 24.1.2
databases/pg-gvm: Update to 22.6.6
security/gsa: Update to 24.1.0 (Only amd64 and aarch64)
security/gsad: Update to 24.1.0
security/openvas: Update to 23.14.0
security/gvmd: Update to 24.1.2
security/gvm-libs: 22.15.0
security/py-notus-scanner: Update to 22.6.5
security/py-greenbone-feed-sync: Update to 24.9.0
security/py-ospd-openvas: Bump PORTREVISION
security/py-gvm-tools: Update to 24.12.1
security/py-python-gvm: Update to 24.12.0
2024-12-22 15:41:49 -08:00

14 lines
365 B
C

--- misc/openvas-krb5.c 2024-12-22 00:19:01.961816000 -0800
+++ misc/openvas-krb5.c 2024-12-22 00:20:50.556489000 -0800
@@ -3,7 +3,11 @@
#include <ctype.h>
#include <gssapi/gssapi.h>
#include <gssapi/gssapi_krb5.h>
+#if defined(__FreeBSD__)
+#include <krb5.h>
+#else
#include <krb5/krb5.h>
+#endif
#include <stdbool.h>
#include <stdio.h>
#include <stdlib.h>