Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/qt5-qtmultimedia qt5-qtmultimedia: Darwin has syst...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/24014eb366f7
branches:  trunk
changeset: 435501:24014eb366f7
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Jul 08 14:49:14 2020 +0000

description:
qt5-qtmultimedia: Darwin has system OpenAL

diffstat:

 x11/qt5-qtmultimedia/options.mk |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r c594ffeafe57 -r 24014eb366f7 x11/qt5-qtmultimedia/options.mk
--- a/x11/qt5-qtmultimedia/options.mk   Wed Jul 08 14:46:14 2020 +0000
+++ b/x11/qt5-qtmultimedia/options.mk   Wed Jul 08 14:49:14 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.3 2020/07/05 01:12:14 nia Exp $
+# $NetBSD: options.mk,v 1.4 2020/07/08 14:49:14 adam Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.qt5-qtmultimedia
 PKG_SUPPORTED_OPTIONS=         alsa gstreamer openal pulseaudio
@@ -8,6 +8,8 @@
 
 .if ${OPSYS} != "Darwin"
 PKG_SUGGESTED_OPTIONS+=                gstreamer openal pulseaudio
+.else
+PLIST.openal=  yes
 .endif
 
 .include "../../mk/bsd.options.mk"



Home | Main Index | Thread Index | Old Index