pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/snd



Module Name:    pkgsrc
Committed By:   nia
Date:           Thu Mar 26 12:08:47 UTC 2020

Modified Files:
        pkgsrc/audio/snd: Makefile

Log Message:
snd: OSS seems to be broken on Linux, disable it


To generate a diff of this commit:
cvs rdiff -u -r1.99 -r1.100 pkgsrc/audio/snd/Makefile

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

Modified files:

Index: pkgsrc/audio/snd/Makefile
diff -u pkgsrc/audio/snd/Makefile:1.99 pkgsrc/audio/snd/Makefile:1.100
--- pkgsrc/audio/snd/Makefile:1.99      Sun Mar 22 08:58:17 2020
+++ pkgsrc/audio/snd/Makefile   Thu Mar 26 12:08:47 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.99 2020/03/22 08:58:17 nia Exp $
+# $NetBSD: Makefile,v 1.100 2020/03/26 12:08:47 nia Exp $
 
 DISTNAME=              snd-20.2
 CATEGORIES=            audio
@@ -24,8 +24,9 @@ MAKE_FILE=            makefile
 .include "../../mk/oss.buildlink3.mk"
 .include "../../mk/bsd.prefs.mk"
 
-# On NetBSD we use sunaudio.
-.if ${OSS_TYPE} != "none" && ${OPSYS} != "NetBSD"
+# On NetBSD we use sunaudio, and on Linux we use ALSA.
+.if ${OSS_TYPE} != "none" && \
+    ${OPSYS} != "NetBSD" && ${OPSYS} != "Linux"
 CONFIGURE_ARGS+=       --with-oss
 LDFLAGS+=              ${LIBOSSAUDIO}
 .else



Home | Main Index | Thread Index | Old Index