ports/security/caldera4/files/patch-plugins_sandcat_app_sand__svc.py
Jose Alonso Cardenas Marquez 68d46afaba
security/caldera4: Repocopy from security/caldera
- Update pkg-message.in
- Update haproxy dependency to 2.4.x
- Fix permission issues with some caldera directories
- Bump PORTREVISION
2024-02-17 16:20:14 -05:00

14 lines
447 B
Python

--- plugins/sandcat/app/sand_svc.py.orig 2022-07-20 19:48:00 UTC
+++ plugins/sandcat/app/sand_svc.py
@@ -56,7 +56,10 @@ class SandService(BaseService):
),
linux=dict(
cflags='CGO_ENABLED=1'
- )
+ ),
+ freebsd=dict(
+ cflags='CGO_ENABLED=1'
+ ),
)
if which('go') is not None:
if platform in compile_options.keys():