all repos — ports @ 4c5117bd09b8c44fb21c10b68eb692346cbeaff8

collection of ports for openbsd

www/owncast: fix missing WANTLIB
la-ninpre aaoth@aaoth.xyz
Wed, 03 May 2023 17:39:28 +0300
commit

4c5117bd09b8c44fb21c10b68eb692346cbeaff8

parent

65696164a455abbcfade05c0e9609ef413ba1fa7

1 files changed, 4 insertions(+), 1 deletions(-)

jump to
M www/owncast/Makefilewww/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}

@@ -12,6 +13,8 @@ MAINTAINER = la ninpre <aaoth@aaoth.xyz>

# MIT PERMIT_PACKAGE = Yes + +WANTLIB += c pthread MODGO_MODNAME = github.com/owncast/owncast MODGO_VERSION = v0.0.13-0.20230502132147-b90b794dcaf6