mirror of
https://git.freebsd.org/ports.git
synced 2025-05-14 00:01:52 -04:00
- Update pkg-message.in - Update haproxy dependency to 2.4.x - Fix permission issues with some caldera directories - Bump PORTREVISION
14 lines
447 B
Python
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():
|