pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/qt5-qtmultimedia



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Jul  8 14:49:14 UTC 2020

Modified Files:
        pkgsrc/x11/qt5-qtmultimedia: options.mk

Log Message:
qt5-qtmultimedia: Darwin has system OpenAL


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/x11/qt5-qtmultimedia/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/x11/qt5-qtmultimedia/options.mk
diff -u pkgsrc/x11/qt5-qtmultimedia/options.mk:1.3 pkgsrc/x11/qt5-qtmultimedia/options.mk:1.4
--- pkgsrc/x11/qt5-qtmultimedia/options.mk:1.3  Sun Jul  5 01:12:14 2020
+++ pkgsrc/x11/qt5-qtmultimedia/options.mk      Wed Jul  8 14:49:14 2020
@@ -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 @@ PKG_SUGGESTED_OPTIONS.Linux=    alsa
 
 .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