pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/gst-plugins1-oss



Module Name:    pkgsrc
Committed By:   nia
Date:           Fri Nov 20 11:40:09 UTC 2020

Modified Files:
        pkgsrc/audio/gst-plugins1-oss: Makefile

Log Message:
gst-plugins1-oss: Skip if platform doesn't have OSS


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/audio/gst-plugins1-oss/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/gst-plugins1-oss/Makefile
diff -u pkgsrc/audio/gst-plugins1-oss/Makefile:1.3 pkgsrc/audio/gst-plugins1-oss/Makefile:1.4
--- pkgsrc/audio/gst-plugins1-oss/Makefile:1.3  Sun Mar  8 16:48:43 2020
+++ pkgsrc/audio/gst-plugins1-oss/Makefile      Fri Nov 20 11:40:09 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2020/03/08 16:48:43 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2020/11/20 11:40:09 nia Exp $
 
 GST_PLUGINS1_NAME=     oss
 GST_PLUGINS1_DIRS=     sys/oss
@@ -15,4 +15,9 @@ SUBST_SED.devoss=     -e 's|/dev/dsp|${DEVOS
 LIBS+=                 ${LIBOSSAUDIO}
 
 .include "../../mk/oss.buildlink3.mk"
+
+.if ${OSS_TYPE} == "none"
+PKG_SKIP_REASON+=      "No OSS implementation available."
+.endif
+
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index