ports/www/mattermost-server/files/patch-cmd_mmctl_commands_utils__unix.go
Bernhard Froehlich 77f6071a35
www/mattermost-server: Add mmctl to the build
Approved by:	maintainer (implicit)
2024-11-03 19:16:12 +01:00

13 lines
380 B
Go

--- cmd/mmctl/commands/utils_unix.go.orig 2024-10-24 13:08:53 UTC
+++ cmd/mmctl/commands/utils_unix.go
@@ -1,8 +1,8 @@
// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
// See LICENSE.txt for license information.
-//go:build linux || darwin
-// +build linux darwin
+//go:build linux || darwin || freebsd
+// +build linux darwin freebsd
package commands