Hi.
<...>
# [pkg-config --cflags -- openal]
Package openal was not found in the pkg-config search path
<...>
*** Error 1 in audio/termsonic (Makefile:32 'do-build')
OK for this?
Index: Makefile
===================================================================
RCS file: /cvs/ports/audio/termsonic/Makefile,v
diff -u -p -r1.1.1.1 Makefile
--- Makefile 30 Dec 2024 17:06:46 -0000 1.1.1.1
+++ Makefile 9 Jan 2025 10:21:49 -0000
@@ -1,6 +1,7 @@
COMMENT = Subsonic client running in your terminal
DISTNAME = termsonic-0.2
+REVISION = 0
CATEGORIES = audio
@@ -19,7 +20,9 @@ SITES = https://russ.whirling.top/distfi
# GPL3
PERMIT_PACKAGE = Yes
-WANTLIB += c pthread
+WANTLIB += c openal pthread
+
+LIB_DEPENDS = audio/openal
MODULES = lang/go
--
Antoine
No comments:
Post a Comment