pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/audio/openal-soft



Module Name:    pkgsrc
Committed By:   ktnb
Date:           Fri Aug 21 15:03:24 UTC 2026

Modified Files:
        pkgsrc/audio/openal-soft: options.mk

Log Message:
openal-soft: fixed pulseaudio linking on NetBSD


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/audio/openal-soft/options.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/audio/openal-soft/options.mk
diff -u pkgsrc/audio/openal-soft/options.mk:1.4 pkgsrc/audio/openal-soft/options.mk:1.5
--- pkgsrc/audio/openal-soft/options.mk:1.4     Tue Dec 16 15:09:09 2025
+++ pkgsrc/audio/openal-soft/options.mk Fri Aug 21 15:03:24 2026
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.4 2025/12/16 15:09:09 vins Exp $
+# $NetBSD: options.mk,v 1.5 2026/08/21 15:03:24 ktnb Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.openal-soft
 PKG_SUPPORTED_OPTIONS=         jack pulseaudio sndio
@@ -32,6 +32,7 @@ CMAKE_CONFIGURE_ARGS+=        -DALSOFT_BACKEND_
 
 .if !empty(PKG_OPTIONS:Mpulseaudio)
 CMAKE_CONFIGURE_ARGS+= -DALSOFT_BACKEND_PULSEAUDIO=ON
+LDFLAGS+=      -lpulse -lpulse-simple
 .  include "../../audio/pulseaudio/buildlink3.mk"
 .else
 CMAKE_CONFIGURE_ARGS+= -DALSOFT_BACKEND_PULSEAUDIO=OFF



Home | Main Index | Thread Index | Old Index