From 4c5117bd09b8c44fb21c10b68eb692346cbeaff8 Mon Sep 17 00:00:00 2001 From: la-ninpre Date: Wed, 3 May 2023 17:39:28 +0300 Subject: www/owncast: fix missing WANTLIB --- www/owncast/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/www/owncast/Makefile b/www/owncast/Makefile index c4da756..3705377 100644 --- a/www/owncast/Makefile +++ b/www/owncast/Makefile @@ -1,6 +1,7 @@ COMMENT = self-hosted live video streaming and chat server -VERSION = 0.1.0pre20230502132147 +VERSION = 0.1.0pre20230502132147 +REVISION = 0 DISTNAME = owncast-${VERSION} @@ -13,6 +14,8 @@ MAINTAINER = la ninpre # MIT PERMIT_PACKAGE = Yes +WANTLIB += c pthread + MODGO_MODNAME = github.com/owncast/owncast MODGO_VERSION = v0.0.13-0.20230502132147-b90b794dcaf6 MODULES = lang/go -- cgit v1.2.3